pasystray: add meta attributes

This commit is contained in:
Alexey Levan 2014-11-07 14:44:40 +02:00
parent ede000316a
commit 3fb4af7f75
2 changed files with 10 additions and 1 deletions

View file

@ -57,6 +57,7 @@
ellis = "Ellis Whitehead <nixos@ellisw.net>";
emery = "Emery Hemingway <emery@vfemail.net>";
ertes = "Ertugrul Söylemez <ertesx@gmx.de>";
exlevan = "Alexey Levan <exlevan@gmail.com>";
falsifian = "James Cook <james.cook@utoronto.ca>";
flosse = "Markus Kohlhase <mail@markus-kohlhase.de>";
fpletz = "Franz Pletz <fpletz@fnordicwalking.de>";

View file

@ -17,7 +17,15 @@ stdenv.mkDerivation rec {
automake --add-missing
'';
meta = {
meta = with stdenv.lib; {
description = "PulseAudio system tray";
home = "https://github.com/christophgysin/pasystray";
license = licenses.lgpl21Plus;
maintainers = [ maintainers.exlevan ];
platfoms = platforms.linux;
};
}