diff options
| author | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-05-14 16:00:41 +0200 |
|---|---|---|
| committer | Martin Weinelt <hexa@darmstadt.ccc.de> | 2021-05-17 01:50:49 +0200 |
| commit | 7bd65d54f772589bf321e25b605166bf626cc131 (patch) | |
| tree | f86db900bd73de8afd62597a20cb1ba7394134ba /pkgs/development/python-modules/txgithub | |
| parent | d6550423e03823aeaf9111ebeacd333244539df1 (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/txgithub')
| -rw-r--r-- | pkgs/development/python-modules/txgithub/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/txgithub/default.nix b/pkgs/development/python-modules/txgithub/default.nix index 09af476e94df..45e366764980 100644 --- a/pkgs/development/python-modules/txgithub/default.nix +++ b/pkgs/development/python-modules/txgithub/default.nix @@ -33,7 +33,7 @@ buildPythonPackage rec { description = "GitHub API client implemented using Twisted."; homepage = "https://github.com/tomprince/txgithub"; license = licenses.mit; - maintainers = with maintainers; [ nand0p ]; + maintainers = with maintainers; [ ]; }; } |
