3
0
Fork 0
forked from mirrors/nixpkgs

Ooops licences replaced by licenses

This commit is contained in:
Chaddaï Fouché 2013-10-30 10:55:40 +01:00
parent 1d9632cac8
commit 5fe82bafac

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Graphic IRC client with Qt";
license = licences.gpl3;
license = licenses.gpl3;
homepage = http://www.kvirc.net/;
platforms = platforms.linux;
};