Update default.nix
This commit is contained in:
parent
34e7f4b64b
commit
9e6d1da34b
@ -25,5 +25,7 @@ buildInputs = [ gtk perl perlXMLParser pkgconfig ];
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Simple GTK+2 color selector";
|
description = "Simple GTK+2 color selector";
|
||||||
homepage = http://gcolor2.sourceforge.net/;
|
homepage = http://gcolor2.sourceforge.net/;
|
||||||
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
|
maintainers = with stdenv.lib.maintainers; [ notthemessiah ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user