python.pkgs.pytest-warnings: fix homepage, fixes eval

This commit is contained in:
Frederik Rietdijk 2017-09-06 20:16:53 +02:00
parent 57ef1a3564
commit dcbf59d8a7

View file

@ -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;
};
}