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

@@ -101,7 +101,7 @@ let
meta = with lib; {
homepage = "https://buildbot.net/";
description = "An open-source continuous integration framework for automating software build, test, and release processes";
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
maintainers = with maintainers; [ ryansydnor lopsided98 ];
license = licenses.gpl2;
};
};

View File

@@ -25,7 +25,7 @@ buildPythonPackage rec {
meta = with lib; {
homepage = "https://buildbot.net/";
description = "Buildbot Packaging Helper";
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
maintainers = with maintainers; [ ryansydnor lopsided98 ];
license = licenses.gpl2;
};
}

View File

@@ -23,7 +23,7 @@
meta = with lib; {
homepage = "https://buildbot.net/";
description = "Buildbot UI";
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
maintainers = with maintainers; [ ryansydnor lopsided98 ];
license = licenses.gpl2;
};
};
@@ -45,7 +45,7 @@
meta = with lib; {
homepage = "https://buildbot.net/";
description = "Buildbot Console View Plugin";
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
maintainers = with maintainers; [ ryansydnor lopsided98 ];
license = licenses.gpl2;
};
};
@@ -67,7 +67,7 @@
meta = with lib; {
homepage = "https://buildbot.net/";
description = "Buildbot Waterfall View Plugin";
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
maintainers = with maintainers; [ ryansydnor lopsided98 ];
license = licenses.gpl2;
};
};
@@ -89,7 +89,7 @@
meta = with lib; {
homepage = "https://buildbot.net/";
description = "Buildbot Grid View Plugin";
maintainers = with maintainers; [ nand0p lopsided98 ];
maintainers = with maintainers; [ lopsided98 ];
license = licenses.gpl2;
};
};

View File

@@ -26,7 +26,7 @@ buildPythonPackage (rec {
meta = with lib; {
homepage = "https://buildbot.net/";
description = "Buildbot Worker Daemon";
maintainers = with maintainers; [ nand0p ryansydnor lopsided98 ];
maintainers = with maintainers; [ ryansydnor lopsided98 ];
license = licenses.gpl2;
};
})