k3d: add license

+4 -5
+4 -5
pkgs/applications/graphics/k3d/default.nix
··· 39 40 #doCheck = false; 41 42 - meta = { 43 description = "A 3D editor with support for procedural editing"; 44 homepage = http://www.k-3d.org/; 45 - platforms = with stdenv.lib.platforms; 46 - linux; 47 - maintainers = with stdenv.lib.maintainers; 48 - [raskin]; 49 }; 50 }
··· 39 40 #doCheck = false; 41 42 + meta = with stdenv.lib; { 43 description = "A 3D editor with support for procedural editing"; 44 homepage = http://www.k-3d.org/; 45 + platforms = platforms.linux; 46 + maintainers = [ maintainers.raskin ]; 47 + license = licenses.gpl2; 48 }; 49 }