slim: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-04 18:26:41 +02:00
parent 49a39aac3e
commit d9290e55a3
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -50,5 +50,6 @@ stdenv.mkDerivation rec {
meta = {
homepage = https://sourceforge.net/projects/slim.berlios/; # berlios shut down; I found no replacement yet
platforms = stdenv.lib.platforms.linux;
license = stdenv.lib.licenses.gpl2;
};
}