volumeicon: added homepage
This commit is contained in:
parent
16ee2ec743
commit
1f9f7a5977
|
@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "A lightweight volume control that sits in your systray.";
|
description = "A lightweight volume control that sits in your systray.";
|
||||||
|
homepage = "http://softwarebakery.com/maato/volumeicon.html";
|
||||||
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…
Reference in New Issue