From dcbf59d8a780c6d73b1bac10e61ef9d7582c77d7 Mon Sep 17 00:00:00 2001 From: Frederik Rietdijk Date: Wed, 6 Sep 2017 20:16:53 +0200 Subject: [PATCH] python.pkgs.pytest-warnings: fix homepage, fixes eval --- pkgs/development/python-modules/pytest-warnings/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }