tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
k3d: add license
Markus Kowalewski
7 years ago
e014edeb
683265c3
+4
-5
1 changed file
expand all
collapse all
unified
split
pkgs
applications
graphics
k3d
default.nix
+4
-5
pkgs/applications/graphics/k3d/default.nix
···
39
39
40
40
#doCheck = false;
41
41
42
42
-
meta = {
42
42
+
meta = with stdenv.lib; {
43
43
description = "A 3D editor with support for procedural editing";
44
44
homepage = http://www.k-3d.org/;
45
45
-
platforms = with stdenv.lib.platforms;
46
46
-
linux;
47
47
-
maintainers = with stdenv.lib.maintainers;
48
48
-
[raskin];
45
45
+
platforms = platforms.linux;
46
46
+
maintainers = [ maintainers.raskin ];
47
47
+
license = licenses.gpl2;
49
48
};
50
49
}