mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: gwenhywfar, aqbanking: Use HTTPS home page.
* gnu/packages/gnucash.scm (gwenhywfar, aqbanking)[home-page]: Use HTTPS.
This commit is contained in:
parent
f1f0390d4b
commit
c582ab2a39
1 changed files with 2 additions and 2 deletions
|
@ -261,7 +261,7 @@ (define-public gwenhywfar
|
|||
("gtk+" ,gtk+)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "http://www.aquamaniac.de/sites/aqbanking/index.php")
|
||||
(home-page "https://www.aquamaniac.de/sites/aqbanking/index.php")
|
||||
(synopsis "Utility library for networking and security applications")
|
||||
(description
|
||||
"This package provides a helper library for networking and security
|
||||
|
@ -301,7 +301,7 @@ (define-public aqbanking
|
|||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("libltdl" ,libltdl)))
|
||||
(home-page "http://www.aquamaniac.de/sites/aqbanking/index.php")
|
||||
(home-page "https://www.aquamaniac.de/sites/aqbanking/index.php")
|
||||
(synopsis "Interface for online banking tasks")
|
||||
(description
|
||||
"AqBanking is a modular and generic interface to online banking tasks,
|
||||
|
|
Loading…
Reference in a new issue