pasystray: add meta attributes
This commit is contained in:
parent
ede000316a
commit
3fb4af7f75
@ -57,6 +57,7 @@
|
|||||||
ellis = "Ellis Whitehead <nixos@ellisw.net>";
|
ellis = "Ellis Whitehead <nixos@ellisw.net>";
|
||||||
emery = "Emery Hemingway <emery@vfemail.net>";
|
emery = "Emery Hemingway <emery@vfemail.net>";
|
||||||
ertes = "Ertugrul Söylemez <ertesx@gmx.de>";
|
ertes = "Ertugrul Söylemez <ertesx@gmx.de>";
|
||||||
|
exlevan = "Alexey Levan <exlevan@gmail.com>";
|
||||||
falsifian = "James Cook <james.cook@utoronto.ca>";
|
falsifian = "James Cook <james.cook@utoronto.ca>";
|
||||||
flosse = "Markus Kohlhase <mail@markus-kohlhase.de>";
|
flosse = "Markus Kohlhase <mail@markus-kohlhase.de>";
|
||||||
fpletz = "Franz Pletz <fpletz@fnordicwalking.de>";
|
fpletz = "Franz Pletz <fpletz@fnordicwalking.de>";
|
||||||
|
@ -17,7 +17,15 @@ stdenv.mkDerivation rec {
|
|||||||
automake --add-missing
|
automake --add-missing
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "PulseAudio system tray";
|
description = "PulseAudio system tray";
|
||||||
|
|
||||||
|
home = "https://github.com/christophgysin/pasystray";
|
||||||
|
|
||||||
|
license = licenses.lgpl21Plus;
|
||||||
|
|
||||||
|
maintainers = [ maintainers.exlevan ];
|
||||||
|
|
||||||
|
platfoms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user