Ooops licences replaced by licenses

+1 -1
+1 -1
pkgs/applications/networking/irc/kvirc/default.nix
··· 17 17 18 18 meta = with stdenv.lib; { 19 19 description = "Graphic IRC client with Qt"; 20 - license = licences.gpl3; 20 + license = licenses.gpl3; 21 21 homepage = http://www.kvirc.net/; 22 22 platforms = platforms.linux; 23 23 };