Claim maintainership of recently added packages

Also set platforms for some packages where it was missing.
This commit is contained in:
Thomas Tuegel
2014-03-07 11:23:30 -06:00
parent 9906b7da34
commit df5639183c
7 changed files with 22 additions and 12 deletions
+4 -2
View File
@@ -9,9 +9,11 @@ stdenv.mkDerivation {
buildInputs = [ glib gtk intltool libfm libX11 pango pkgconfig ];
meta = {
meta = with stdenv.lib; {
homepage = "http://blog.lxde.org/?cat=28/";
license = stdenv.lib.licenses.gpl2Plus;
license = licenses.gpl2Plus;
description = "File manager with GTK+ interface";
maintainers = [ maintainers.ttuegel ];
platforms = platforms.linux;
};
}