twmn: add license

see issue #43176
This commit is contained in:
Pascal Wittmann 2018-08-04 16:28:21 +02:00
parent 8d87f1a842
commit b876df0673
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -30,5 +30,6 @@ stdenv.mkDerivation rec {
homepage = https://github.com/sboli/twmn;
platforms = with stdenv.lib.platforms; linux;
maintainers = [ stdenv.lib.maintainers.matejc ];
license = stdenv.lib.licenses.lgpl3;
};
}