mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
pasystray: add meta attributes
This commit is contained in:
parent
ede000316a
commit
3fb4af7f75
@ -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>";
|
||||
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user