Update default.nix

This commit is contained in:
NOTtheMessiah
2014-08-07 01:17:01 +02:00
committed by Rok Garbas
parent 9e9e628417
commit 682f215084
@@ -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 ];
};
}