python3Packages.eventlet: fix license

This commit is contained in:
Jonathan Ringer
2020-08-16 20:42:31 -07:00
parent 9f1bd6f2b2
commit 839e411133

View File

@@ -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;
};
}