Update default.nix

This commit is contained in:
NOTtheMessiah 2014-08-05 10:55:55 -04:00
parent 34e7f4b64b
commit 9e6d1da34b

View File

@ -25,5 +25,7 @@ buildInputs = [ gtk perl perlXMLParser pkgconfig ];
meta = {
description = "Simple GTK+2 color selector";
homepage = http://gcolor2.sourceforge.net/;
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ notthemessiah ];
};
}