guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/08: gnu: gnucash: Use HTTPS for www.gnucash.org.


From: Tobias Geerinckx-Rice
Subject: 08/08: gnu: gnucash: Use HTTPS for www.gnucash.org.
Date: Tue, 14 Nov 2017 21:17:31 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7c1adf0090b39936ea8100e6a6cb76b031b75f53
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Nov 14 05:38:04 2017 +0100

    gnu: gnucash: Use HTTPS for www.gnucash.org.
    
    * gnu/packages/gnucash.scm (gnucash, gnucash-docs)[home-page]: Use HTTPS.
---
 gnu/packages/gnucash.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index 7fff70a..89a0682 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -119,7 +119,7 @@
                         "gnc-fq-check"
                         "gnc-fq-helper"
                         "gnc-fq-dump")))))))
-    (home-page "http://www.gnucash.org/";)
+    (home-page "https://www.gnucash.org/";)
     (synopsis "Personal and small business financial accounting software")
     (description
      "GnuCash is personal and professional financial-accounting software.
@@ -156,7 +156,7 @@ financial calculations or scheduled transactions.")
        ("libxslt" ,libxslt)
        ("docbook-xsl" ,docbook-xsl)
        ("scrollkeeper" ,scrollkeeper)))
-    (home-page "http://www.gnucash.org/";)
+    (home-page "https://www.gnucash.org/";)
     (synopsis "Documentation for GnuCash")
     (description
      "User guide and other documentation for GnuCash in various languages.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]