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:
Martin Weinelt
2021-05-14 16:00:41 +02:00
parent d6550423e0
commit 7bd65d54f7
45 changed files with 47 additions and 53 deletions

View File

@@ -34,6 +34,6 @@ buildPythonPackage rec {
homepage = "https://github.com/PyCQA/astroid";
license = licenses.lgpl2;
platforms = platforms.all;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}

View File

@@ -35,6 +35,6 @@ buildPythonPackage rec {
homepage = "https://github.com/PyCQA/astroid";
license = licenses.lgpl21Plus;
platforms = platforms.all;
maintainers = with maintainers; [ nand0p ];
maintainers = with maintainers; [ ];
};
}