about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-10-06 05:49:55 -0500
committerGitHub <noreply@github.com>2020-10-06 05:49:55 -0500
commitbd74677ebdf30e1ddc4fc2b30fe539da3f57e0e8 (patch)
treeb08d7d16fd5b9e2bd9dfccfd81ea4a25fd19ceff /pkgs
parent8a834c9b274c834819c423b9956259b0fd68ad4f (diff)
parent965854da66caa98953f047fddf6392f974c3b626 (diff)
Merge pull request #99700 from xfix/update-aqbanking-url
aqbanking: update homepage URL
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/aqbanking/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/aqbanking/default.nix b/pkgs/development/libraries/aqbanking/default.nix
index c206630b57b06..37bc175fede02 100644
--- a/pkgs/development/libraries/aqbanking/default.nix
+++ b/pkgs/development/libraries/aqbanking/default.nix
@@ -29,7 +29,7 @@ in stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "An interface to banking tasks, file formats and country information";
-    homepage = "http://www2.aquamaniac.de/sites/download/packages.php?package=03&showall=1";
+    homepage = "https://www.aquamaniac.de/";
     hydraPlatforms = [];
     license = licenses.gpl2Plus;
     maintainers = with maintainers; [ goibhniu ];