k3d: add license

This commit is contained in:
Markus Kowalewski
2018-09-01 16:11:19 +02:00
parent 683265c3d6
commit e014edeb8b
+4 -5
View File
@@ -39,12 +39,11 @@ stdenv.mkDerivation rec {
#doCheck = false; #doCheck = false;
meta = { meta = with stdenv.lib; {
description = "A 3D editor with support for procedural editing"; description = "A 3D editor with support for procedural editing";
homepage = http://www.k-3d.org/; homepage = http://www.k-3d.org/;
platforms = with stdenv.lib.platforms; platforms = platforms.linux;
linux; maintainers = [ maintainers.raskin ];
maintainers = with stdenv.lib.maintainers; license = licenses.gpl2;
[raskin];
}; };
} }