diff --git a/pkgs/development/python-modules/pytest-warnings/default.nix b/pkgs/development/python-modules/pytest-warnings/default.nix index 6b835abcafe5..753250315a36 100644 --- a/pkgs/development/python-modules/pytest-warnings/default.nix +++ b/pkgs/development/python-modules/pytest-warnings/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { meta = { description = "Plugin to list Python warnings in pytest report"; - homepage = github.com/fschulze/pytest-warnings; + homepage = https://github.com/fschulze/pytest-warnings; license = lib.licenses.mit; }; }