nckx pushed a commit to branch master
in repository guix.

commit 6d552a1426ea83d96a90b94ab660e06c8f0f1f49
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Jul 9 02:00:01 2023 +0200

    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.
---
 gnu/packages/gnucash.scm | 4 ++--
 1 file 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,

Reply via email to