maintainers: drop andrewchambers (#464065)

This commit is contained in:
Wolfgang Walther
2025-11-26 08:31:18 +00:00
committed by GitHub
4 changed files with 1 additions and 9 deletions
-6
View File
@@ -1652,12 +1652,6 @@
githubId = 9131943;
name = "Andrew Bastin";
};
andrewchambers = {
email = "ac@acha.ninja";
github = "andrewchambers";
githubId = 962885;
name = "Andrew Chambers";
};
andrewfield = {
email = "andrew_field@hotmail.co.uk";
github = "andrew-field";
+1 -1
View File
@@ -40,7 +40,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://bupstash.io";
license = licenses.mit;
platforms = platforms.unix;
maintainers = with maintainers; [ andrewchambers ];
maintainers = [ ];
mainProgram = "bupstash";
};
}
@@ -83,7 +83,6 @@ stdenv.mkDerivation rec {
description = "Smaller, easier, more powerful, and more reliable than make. An implementation of djb's redo";
homepage = "https://github.com/apenwarr/redo";
maintainers = with maintainers; [
andrewchambers
ck3d
];
license = licenses.asl20;
@@ -69,7 +69,6 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://janet-lang.org/";
license = licenses.mit;
maintainers = with maintainers; [
andrewchambers
peterhoeg
];
platforms = platforms.all;