pytest-rerunfailures: add das-g as maintainer

(cherry picked from commit 46821ede459fef99161805aa4000bc7ded25675c)
This commit is contained in:
Raphael Borun Das Gupta 2020-06-05 00:25:54 +02:00 committed by Jonathan Ringer
parent 35a6dc658d
commit f0cf89278e

View file

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