mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: geierlein: Use HTTPS for home page.
* gnu/packages/finance.scm (geierlein)[home-page]: Use HTTPS.
This commit is contained in:
parent
1c21e734f4
commit
1e41bb1b65
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ (define-public geierlein
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("icecat" ,icecat)))
|
`(("icecat" ,icecat)))
|
||||||
(home-page "http://stesie.github.io/geierlein/")
|
(home-page "https://stesie.github.io/geierlein/")
|
||||||
(synopsis "Free Elster client, for sending Germany VAT declarations")
|
(synopsis "Free Elster client, for sending Germany VAT declarations")
|
||||||
(description
|
(description
|
||||||
"Geierlein is a free Elster client, i.e. an application that
|
"Geierlein is a free Elster client, i.e. an application that
|
||||||
|
|
Loading…
Reference in a new issue