volumeicon: made description not repeat the name of package

This commit is contained in:
Bob van der Linden 2014-09-12 21:10:59 +02:00
parent 9b4fc42606
commit 16ee2ec743

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
buildInputs = [ gtk3 pkgconfig intltool alsaLib ];
meta = with stdenv.lib; {
description = "Volume Icon aims to be a lightweight volume control that sits in your systray.";
description = "A lightweight volume control that sits in your systray.";
platforms = pkgs.lib.platforms.linux;
maintainers = with maintainers; [ bobvanderlinden ];
license = pkgs.lib.licenses.gpl3;