python3Packages.gunicorn: fix homepage

This commit is contained in:
Jonathan Ringer 2020-02-10 19:27:45 -08:00 committed by Jon
parent b86f4d52cf
commit 212b24a566

View file

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