lol

pnmixer: Add description field

authored by

Philip Horger and committed by
Domen Kožar
e2931129 83c5a3d2

+1 -1
+1 -1
pkgs/tools/audio/pnmixer/default.nix
··· 24 24 ''; 25 25 26 26 meta = with stdenv.lib; { 27 - description = ""; 27 + description = "ALSA mixer for the system tray."; 28 28 license = licenses.gpl3; 29 29 maintainers = with maintainers; [ campadrenalin ]; 30 30 platforms = platforms.linux;