volumeicon: made description not repeat the name of package
This commit is contained in:
parent
9b4fc42606
commit
16ee2ec743
@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
buildInputs = [ gtk3 pkgconfig intltool alsaLib ];
|
buildInputs = [ gtk3 pkgconfig intltool alsaLib ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
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;
|
platforms = pkgs.lib.platforms.linux;
|
||||||
maintainers = with maintainers; [ bobvanderlinden ];
|
maintainers = with maintainers; [ bobvanderlinden ];
|
||||||
license = pkgs.lib.licenses.gpl3;
|
license = pkgs.lib.licenses.gpl3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user