Skip to content

Commit

Permalink
pasystray: add meta attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
exlevan committed Nov 7, 2014
1 parent ede0003 commit 3fb4af7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/maintainers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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>";
Expand Down
10 changes: 9 additions & 1 deletion pkgs/tools/audio/pasystray/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit 3fb4af7

Please sign in to comment.