knetworkmanager: fix license

svn path=/nixpkgs/trunk/; revision=26525
This commit is contained in:
Evgeny Egorochkin 2011-03-26 18:14:28 +00:00
parent fe5b564e6b
commit 4e512751ae

View File

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://kde.org;
description = "KDE systray and plasma applet for network management.";
license = licenses.gplv2;
license = licenses.gpl2;
maintainers = with maintainers; [ phreedom ];
};
}