Add platforms and maintainers to d-feet.
This commit is contained in:
parent
a504b97e3e
commit
fc55c71fb8
|
@ -31,6 +31,7 @@
|
|||
iyzsong = "Song Wenwu <iyzsong@gmail.com>";
|
||||
jcumming = "Jack Cummings <jack@mudshark.org>";
|
||||
kkallio = "Karn Kallio <tierpluspluslists@gmail.com>";
|
||||
ktosiek = "Tomasz Kontusz <tomasz.kontusz@gmail.com>";
|
||||
lovek323 = "Jason O'Conal <jason@oconal.id.au>";
|
||||
ludo = "Ludovic Courtès <ludo@gnu.org>";
|
||||
marcweber = "Marc Weber <marco-oweber@gmx.de>";
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue