Skip to content

Commit d874e1e

Browse files
authored
treewide: remove maintainer alibabzo (#344534)
2 parents 15468b4 + ad93bf2 commit d874e1e

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed

maintainers/maintainer-list.nix

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,12 +1028,6 @@
10281028
githubId = 30437811;
10291029
name = "Alex Andrews";
10301030
};
1031-
alibabzo = {
1032-
email = "[email protected]";
1033-
github = "alistairbill";
1034-
githubId = 2822871;
1035-
name = "Alistair Bill";
1036-
};
10371031
alirezameskin = {
10381032
email = "[email protected]";
10391033
github = "alirezameskin";

pkgs/development/tools/msgpack-tools/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
4040
homepage = "https://github.com/ludocode/msgpack-tools";
4141
license = licenses.mit;
4242
platforms = platforms.linux ++ platforms.darwin;
43-
maintainers = with maintainers; [ alibabzo ];
43+
maintainers = [ ];
4444
};
4545
}

pkgs/tools/misc/neofetch/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ stdenvNoCC.mkDerivation rec {
5757
homepage = "https://github.com/dylanaraps/neofetch";
5858
license = licenses.mit;
5959
platforms = platforms.all;
60-
maintainers = with maintainers; [ alibabzo konimex ];
60+
maintainers = with maintainers; [ konimex ];
6161
mainProgram = "neofetch";
6262
};
6363
}

pkgs/tools/text/proselint/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ buildPythonApplication rec {
1818
mainProgram = "proselint";
1919
homepage = "http://proselint.com";
2020
license = licenses.bsd3;
21-
maintainers = with maintainers; [ alibabzo ];
21+
maintainers = [ ];
2222
};
2323
}

0 commit comments

Comments
 (0)