pnmixer: Add description field
This commit is contained in:
parent
83c5a3d22d
commit
e293112976
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "";
|
||||
description = "ALSA mixer for the system tray.";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ campadrenalin ];
|
||||
platforms = platforms.linux;
|
||||
|
|
Loading…
Reference in a new issue