python3Packages.eventlet: fix license

This commit is contained in:
Jonathan Ringer 2020-08-16 20:42:31 -07:00
parent 9f1bd6f2b2
commit 839e411133
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

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