Ooops licences replaced by licenses
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Graphic IRC client with Qt";
|
description = "Graphic IRC client with Qt";
|
||||||
license = licences.gpl3;
|
license = licenses.gpl3;
|
||||||
homepage = http://www.kvirc.net/;
|
homepage = http://www.kvirc.net/;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user