mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
python.pkgs.pytest-warnings: fix homepage, fixes eval
This commit is contained in:
parent
57ef1a3564
commit
dcbf59d8a7
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user