diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:09 +0200 |
commit | 6d552a1426ea83d96a90b94ab660e06c8f0f1f49 (patch) | |
tree | 8c47f5904da5e9361ece7d55aa91e822dd15c24b /gnu/packages/gnucash.scm | |
parent | 67fb8efdf782592c133726a1ab7bc6692259e385 (diff) |
gnu: Use aquamaniac.de/ as home page for its projects.
* gnu/packages/gnucash.scm (gwenhywfar, aqbanking)[home-page]:
Use top-level directory as done upstream.
Diffstat (limited to 'gnu/packages/gnucash.scm')
-rw-r--r-- | gnu/packages/gnucash.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm index aa033c0b9a..178162a4a0 100644 --- a/gnu/packages/gnucash.scm +++ b/gnu/packages/gnucash.scm @@ -264,7 +264,7 @@ to be read using the GNOME Yelp program.") (list libgcrypt gnutls openssl gtk+)) (native-inputs (list pkg-config)) - (home-page "https://www.aquamaniac.de/sites/aqbanking/index.php") + (home-page "https://www.aquamaniac.de") (synopsis "Utility library for networking and security applications") (description "This package provides a helper library for networking and security @@ -303,7 +303,7 @@ applications and libraries. It is used by AqBanking.") (list gmp xmlsec gnutls)) (native-inputs (list pkg-config gettext-minimal libltdl)) - (home-page "https://www.aquamaniac.de/sites/aqbanking/index.php") + (home-page "https://www.aquamaniac.de") (synopsis "Interface for online banking tasks") (description "AqBanking is a modular and generic interface to online banking tasks, |