mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
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 ];
|
||||
|
||||
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;
|
||||
|
Loading…
Reference in New Issue
Block a user