pythonPackages.uWSGI: fix meta.license

cc @bennofs
This commit is contained in:
Joachim Fasting 2016-10-23 20:34:53 +02:00
parent a9ca5f7a20
commit fda12d811a
No known key found for this signature in database
GPG key ID: 7544761007FE4E08

View file

@ -30771,7 +30771,7 @@ in modules // {
meta = with pkgs.stdenv.lib; {
description = "The uWSGI server";
homepage = "https://uwsgi-docs.readthedocs.io/en/latest/";
license = licenses.gplv2;
license = licenses.gpl2;
maintainers = with maintainers; [ bennofs ];
};
};