about summary refs log tree commit diff
path: root/pkgs/development/python-modules/setuptoolstrial
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-05-14 16:00:41 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-05-17 01:50:49 +0200
commit7bd65d54f772589bf321e25b605166bf626cc131 (patch)
treef86db900bd73de8afd62597a20cb1ba7394134ba /pkgs/development/python-modules/setuptoolstrial
parentd6550423e03823aeaf9111ebeacd333244539df1 (diff)
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.
Diffstat (limited to 'pkgs/development/python-modules/setuptoolstrial')
-rw-r--r--pkgs/development/python-modules/setuptoolstrial/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/setuptoolstrial/default.nix b/pkgs/development/python-modules/setuptoolstrial/default.nix
index bef492e5dbcb0..26b8d732be1d8 100644
--- a/pkgs/development/python-modules/setuptoolstrial/default.nix
+++ b/pkgs/development/python-modules/setuptoolstrial/default.nix
@@ -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 ];
   };
 
 }