maintainers: drop andrewchambers (#464065)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user