forked from mirrors/nixpkgs
pytest-rerunfailures: add das-g as maintainer
(cherry picked from commit 46821ede45
)
This commit is contained in:
parent
35a6dc658d
commit
f0cf89278e
|
@ -23,6 +23,6 @@ buildPythonPackage rec {
|
|||
description = "pytest plugin to re-run tests to eliminate flaky failures";
|
||||
homepage = "https://github.com/pytest-dev/pytest-rerunfailures";
|
||||
license = licenses.mpl20;
|
||||
maintainers = with maintainers; [ ];
|
||||
maintainers = with maintainers; [ das-g ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue