treewide: remove nand0p as maintainer
While looking at the sphinx package I noticed it was heavily undermaintained, which is when we noticed nand0p has been inactive for roughly 18 months. It is therefore prudent to assume they will not be maintaining their packages, modules and tests. - Their last contribution to nixpkgs was in 2019/12 - On 2021/05/08 I wrote them an email to the address listed in the maintainer-list, which they didn't reply to.
This commit is contained in:
@@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
description = "Setuptools plugin that makes unit tests execute with trial instead of pyunit.";
|
||||
homepage = "https://github.com/rutsky/setuptools-trial";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ ryansydnor nand0p ];
|
||||
maintainers = with maintainers; [ ryansydnor ];
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user