gwenhywfar: update homepage

and use SPDX 3.0 license identifier
This commit is contained in:
Renaud 2022-02-06 13:40:34 +01:00 committed by c0bw3b
parent 9d29290741
commit 8b85091645

View file

@ -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;
};