mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: ledger: Use HTTPS home page URI.
* gnu/packages/finance.scm (ledger)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
1f3c4ba8f3
commit
b53a0c882d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue