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