Add platforms and maintainers to d-feet.

This commit is contained in:
Tomasz Kontusz
2014-01-06 00:48:23 +01:00
parent a504b97e3e
commit fc55c71fb8
2 changed files with 3 additions and 0 deletions

View File

@@ -39,5 +39,7 @@ stdenv.mkDerivation rec {
'';
homepage = https://wiki.gnome.org/action/show/Apps/DFeet;
platforms = stdenv.lib.platforms.all;
maintainers = with stdenv.lib.maintainers; [ ktosiek ];
};
}