From 34415ec25723733cc43d34949b0fac1e2945bd4b Mon Sep 17 00:00:00 2001 From: Edmund Miller Date: Tue, 22 Dec 2020 02:33:02 +0000 Subject: [PATCH] python3Packages.pytest-datafiles: Update homepage --- pkgs/development/python-modules/pytest-datafiles/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pytest-datafiles/default.nix b/pkgs/development/python-modules/pytest-datafiles/default.nix index 7a6e3f7d931..2fafdcd1aaa 100644 --- a/pkgs/development/python-modules/pytest-datafiles/default.nix +++ b/pkgs/development/python-modules/pytest-datafiles/default.nix @@ -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."; }; }