summary refs log tree commit diff
path: root/nixos/tests/buildbot.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 /nixos/tests/buildbot.nix
parentd6550423e03823aeaf9111ebeacd333244539df1 (diff)
downloadnixpkgs-7bd65d54f772589bf321e25b605166bf626cc131.tar
nixpkgs-7bd65d54f772589bf321e25b605166bf626cc131.tar.gz
nixpkgs-7bd65d54f772589bf321e25b605166bf626cc131.tar.bz2
nixpkgs-7bd65d54f772589bf321e25b605166bf626cc131.tar.lz
nixpkgs-7bd65d54f772589bf321e25b605166bf626cc131.tar.xz
nixpkgs-7bd65d54f772589bf321e25b605166bf626cc131.tar.zst
nixpkgs-7bd65d54f772589bf321e25b605166bf626cc131.zip
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 'nixos/tests/buildbot.nix')
-rw-r--r--nixos/tests/buildbot.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/buildbot.nix b/nixos/tests/buildbot.nix
index 11f9fbef635..977c728835f 100644
--- a/nixos/tests/buildbot.nix
+++ b/nixos/tests/buildbot.nix
@@ -109,5 +109,5 @@ import ./make-test-python.nix {
         bbworker.fail("nc -z bbmaster 8011")
   '';
 
-  meta.maintainers = with pkgs.lib.maintainers; [ nand0p ];
+  meta.maintainers = with pkgs.lib.maintainers; [ ];
 } {}