guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: ledger: Use HTTPS home page URI.


From: Arun Isaac
Subject: 03/03: gnu: ledger: Use HTTPS home page URI.
Date: Wed, 4 Jul 2018 08:51:32 -0400 (EDT)

arunisaac pushed a commit to branch master
in repository guix.

commit b53a0c882d02ebc8fefc87faa6945cd90fe1d4ae
Author: Arun Isaac <address@hidden>
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

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