summary refs log tree commit diff
path: root/pkgs/development
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
parent57ef1a35646028d851f733b7c5502e0b9a8dadad (diff)
downloadnixlib-dcbf59d8a780c6d73b1bac10e61ef9d7582c77d7.tar
nixlib-dcbf59d8a780c6d73b1bac10e61ef9d7582c77d7.tar.gz
nixlib-dcbf59d8a780c6d73b1bac10e61ef9d7582c77d7.tar.bz2
nixlib-dcbf59d8a780c6d73b1bac10e61ef9d7582c77d7.tar.lz
nixlib-dcbf59d8a780c6d73b1bac10e61ef9d7582c77d7.tar.xz
nixlib-dcbf59d8a780c6d73b1bac10e61ef9d7582c77d7.tar.zst
nixlib-dcbf59d8a780c6d73b1bac10e61ef9d7582c77d7.zip
python.pkgs.pytest-warnings: fix homepage, fixes eval
Diffstat (limited to 'pkgs/development')
-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 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;
   };
 }