Fix evaluation (xmpppy: use correct 'licenses' attr)

CC @Mic92
This commit is contained in:
Bjørn Forsman 2017-01-19 20:04:54 +01:00
parent 6762884a9a
commit c20062311b

@ -20,7 +20,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "XMPP python library";
homepage = "http://xmpppy.sourceforge.net/";
license = license.gpl3;
license = licenses.gpl3;
maintainers = [ maintainers.mic92 ];
};
}