pythonPackages.pytestrunner: fix homepage (#53970)
This commit is contained in:
parent
77c6ca2c1a
commit
be034bab3b
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user