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
|
@ -202,7 +202,7 @@ line client and a client based on Qt.")
|
||||||
`(("emacs" ,emacs-minimal)
|
`(("emacs" ,emacs-minimal)
|
||||||
("groff" ,groff)
|
("groff" ,groff)
|
||||||
("texinfo" ,texinfo)))
|
("texinfo" ,texinfo)))
|
||||||
(home-page "http://ledger-cli.org/")
|
(home-page "https://ledger-cli.org/")
|
||||||
(synopsis "Command-line double-entry accounting program")
|
(synopsis "Command-line double-entry accounting program")
|
||||||
(description
|
(description
|
||||||
"Ledger is a powerful, double-entry accounting system that is
|
"Ledger is a powerful, double-entry accounting system that is
|
||||||
|
|
Loading…
Reference in New Issue