knetworkmanager: fix license
svn path=/nixpkgs/trunk/; revision=26525
This commit is contained in:
parent
fe5b564e6b
commit
4e512751ae
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://kde.org;
|
homepage = http://kde.org;
|
||||||
description = "KDE systray and plasma applet for network management.";
|
description = "KDE systray and plasma applet for network management.";
|
||||||
license = licenses.gplv2;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ phreedom ];
|
maintainers = with maintainers; [ phreedom ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user