about summary refs log tree commit diff
path: root/pkgs/development/python-modules/sphinx/2.nix
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/sphinx/2.nix
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/sphinx/2.nix')
-rw-r--r--pkgs/development/python-modules/sphinx/2.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/sphinx/2.nix b/pkgs/development/python-modules/sphinx/2.nix
index 5cf2cecd97f2d..0424b9b4c39b2 100644
--- a/pkgs/development/python-modules/sphinx/2.nix
+++ b/pkgs/development/python-modules/sphinx/2.nix
@@ -77,6 +77,6 @@ buildPythonPackage rec {
     description = "A tool that makes it easy to create intelligent and beautiful documentation for Python projects";
     homepage = "http://sphinx.pocoo.org/";
     license = lib.licenses.bsd3;
-    maintainers = with lib.maintainers; [ nand0p ];
+    maintainers = with lib.maintainers; [ ];
   };
 }