pnmixer: Add description field

This commit is contained in:
Philip Horger 2014-08-24 18:56:29 -07:00 committed by Domen Kožar
parent 83c5a3d22d
commit e293112976

View file

@ -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;