about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-warnings
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2017-09-06 20:16:53 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2017-09-06 20:17:31 +0200
commitdcbf59d8a780c6d73b1bac10e61ef9d7582c77d7 (patch)
tree2a358a72a2d564559fab62b94c3946bf44703d68 /pkgs/development/python-modules/pytest-warnings
parent57ef1a35646028d851f733b7c5502e0b9a8dadad (diff)
python.pkgs.pytest-warnings: fix homepage, fixes eval
Diffstat (limited to 'pkgs/development/python-modules/pytest-warnings')
-rw-r--r--pkgs/development/python-modules/pytest-warnings/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pytest-warnings/default.nix b/pkgs/development/python-modules/pytest-warnings/default.nix
index 6b835abcafe5f..753250315a36b 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;
   };
 }