pasystray: add meta attributes

This commit is contained in:
Alexey Levan
2014-11-07 17:19:50 +02:00
parent ede000316a
commit 3fb4af7f75
2 changed files with 10 additions and 1 deletions
+9 -1
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;
};
}