nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.gunicorn: fix homepage

authored by

Jonathan Ringer and committed by
Jon
212b24a5 b86f4d52

+1 -1
+1 -1
pkgs/development/python-modules/gunicorn/default.nix
··· 33 33 pythonImportsCheck = [ "gunicorn" ]; 34 34 35 35 meta = with stdenv.lib; { 36 - homepage = https://pypi.python.org/pypi/gunicorn; 36 + homepage = "https://github.com/benoitc/gunicorn"; 37 37 description = "WSGI HTTP Server for UNIX"; 38 38 license = licenses.mit; 39 39 };