aqbanking, gwenhywfar: add license info

This commit is contained in:
Cillian de Róiste 2014-02-23 12:44:18 +01:00
parent 9f08c21c2b
commit 169b452e0c
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
description = "An interface to banking tasks, file formats and country information";
homepage = "http://www2.aquamaniac.de/sites/download/packages.php?package=03&showall=1";
hydraPlatforms = [];
license = licenses.gpl2Plus;
maintainers = with maintainers; [ goibhniu urkud ];
platforms = platforms.linux;
};

View File

@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.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;
maintainers = with maintainers; [ goibhniu ];
platforms = platforms.linux;
};