arunisaac pushed a commit to branch master
in repository guix.

commit b53a0c882d02ebc8fefc87faa6945cd90fe1d4ae
Author: Arun Isaac <[email protected]>
Date:   Wed Jul 4 18:16:34 2018 +0530

    gnu: ledger: Use HTTPS home page URI.
    
    * gnu/packages/finance.scm (ledger)[home-page]: Use HTTPS URI.
---
 gnu/packages/finance.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index a4a9d1b..55afa62 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -202,7 +202,7 @@ line client and a client based on Qt.")
      `(("emacs" ,emacs-minimal)
        ("groff" ,groff)
        ("texinfo" ,texinfo)))
-    (home-page "http://ledger-cli.org/";)
+    (home-page "https://ledger-cli.org/";)
     (synopsis "Command-line double-entry accounting program")
     (description
      "Ledger is a powerful, double-entry accounting system that is

Reply via email to