mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
python3Packages.gunicorn: fix homepage
This commit is contained in:
parent
b86f4d52cf
commit
212b24a566
@ -33,7 +33,7 @@ buildPythonPackage rec {
|
||||
pythonImportsCheck = [ "gunicorn" ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://pypi.python.org/pypi/gunicorn;
|
||||
homepage = "https://github.com/benoitc/gunicorn";
|
||||
description = "WSGI HTTP Server for UNIX";
|
||||
license = licenses.mit;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user