python3Packages.pytest-datafiles: Update homepage

This commit is contained in:
Edmund Miller 2020-12-22 02:33:02 +00:00 committed by Jonathan Ringer
parent d9cb0583ba
commit 34415ec257

View file

@ -12,7 +12,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
license = licenses.mit;
homepage = "https://pypi.python.org/pypi/pytest-catchlog/";
homepage = "https://github.com/omarkohl/pytest-datafiles";
description = "py.test plugin to create a 'tmpdir' containing predefined files/directories.";
};
}