mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: gnucash: Use HTTPS for www.gnucash.org.
* gnu/packages/gnucash.scm (gnucash, gnucash-docs)[home-page]: Use HTTPS.
This commit is contained in:
parent
471ce31cd7
commit
7c1adf0090
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ (define-public gnucash
|
||||||
"gnc-fq-check"
|
"gnc-fq-check"
|
||||||
"gnc-fq-helper"
|
"gnc-fq-helper"
|
||||||
"gnc-fq-dump")))))))
|
"gnc-fq-dump")))))))
|
||||||
(home-page "http://www.gnucash.org/")
|
(home-page "https://www.gnucash.org/")
|
||||||
(synopsis "Personal and small business financial accounting software")
|
(synopsis "Personal and small business financial accounting software")
|
||||||
(description
|
(description
|
||||||
"GnuCash is personal and professional financial-accounting software.
|
"GnuCash is personal and professional financial-accounting software.
|
||||||
|
@ -156,7 +156,7 @@ (define gnucash-docs
|
||||||
("libxslt" ,libxslt)
|
("libxslt" ,libxslt)
|
||||||
("docbook-xsl" ,docbook-xsl)
|
("docbook-xsl" ,docbook-xsl)
|
||||||
("scrollkeeper" ,scrollkeeper)))
|
("scrollkeeper" ,scrollkeeper)))
|
||||||
(home-page "http://www.gnucash.org/")
|
(home-page "https://www.gnucash.org/")
|
||||||
(synopsis "Documentation for GnuCash")
|
(synopsis "Documentation for GnuCash")
|
||||||
(description
|
(description
|
||||||
"User guide and other documentation for GnuCash in various languages.
|
"User guide and other documentation for GnuCash in various languages.
|
||||||
|
|
Loading…
Reference in a new issue