volumeicon: added homepage

This commit is contained in:
Bob van der Linden 2014-09-12 21:11:10 +02:00
parent 16ee2ec743
commit 1f9f7a5977

View file

@ -13,6 +13,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A lightweight volume control that sits in your systray.";
homepage = "http://softwarebakery.com/maato/volumeicon.html";
platforms = pkgs.lib.platforms.linux;
maintainers = with maintainers; [ bobvanderlinden ];
license = pkgs.lib.licenses.gpl3;