python3Packages.eventlet: fix license
This commit is contained in:
parent
9f1bd6f2b2
commit
839e411133
@ -28,6 +28,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
homepage = "https://pypi.python.org/pypi/eventlet/";
|
||||
description = "A concurrent networking library for Python";
|
||||
license = licenses.mit;
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user