mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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 @@ (define-public ledger
|
|||
`(("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