Fix evaluation (xmpppy: use correct 'licenses' attr)
CC @Mic92
This commit is contained in:
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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user