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
|
@ -261,7 +261,7 @@ to be read using the GNOME Yelp program.")
|
|||
("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 @@ applications and libraries. It is used by 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 New Issue