pythonPackages.pytestrunner: fix homepage (#53970)

This commit is contained in:
Will Dietz 2019-01-14 17:17:09 -06:00 committed by Robert Schütz
parent 77c6ca2c1a
commit be034bab3b

View File

@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "Invoke py.test as distutils command with dependency resolution";
homepage = https://bitbucket.org/pytest-dev/pytest-runner;
homepage = https://github.com/pytest-dev/pytest-runner;
license = licenses.mit;
};
}