summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2022-02-06 13:40:34 +0100
committerc0bw3b <c0bw3b@users.noreply.github.com>2022-02-06 15:10:49 +0100
commit8b85091645467e2903f0a23e2bc1046ba5463669 (patch)
tree4ec051ffa17a7c979289bca67520294e96e19a3b
parent9d292907414d11fcb011a1323981136d3ac5ca59 (diff)
gwenhywfar: update homepage
and use SPDX 3.0 license identifier
-rw-r--r--pkgs/development/libraries/aqbanking/gwenhywfar.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/aqbanking/gwenhywfar.nix b/pkgs/development/libraries/aqbanking/gwenhywfar.nix
index 64b7aefe8b92..527db0e2c1e6 100644
--- a/pkgs/development/libraries/aqbanking/gwenhywfar.nix
+++ b/pkgs/development/libraries/aqbanking/gwenhywfar.nix
@@ -61,8 +61,8 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "OS abstraction functions used by aqbanking and related tools";
- homepage = "http://www2.aquamaniac.de/sites/download/packages.php?package=01&showall=1";
- license = licenses.lgpl21;
+ homepage = "https://www.aquamaniac.de/rdm/projects/gwenhywfar";
+ license = licenses.lgpl21Plus;
maintainers = with maintainers; [ goibhniu ];
platforms = platforms.linux;
};