Skip to content

Commit 2ab0c48

Browse files
committed
maintainers: drop bryanasdev000
1 parent 20fbc89 commit 2ab0c48

38 files changed

Lines changed: 15 additions & 44 deletions

File tree

maintainers/maintainer-list.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3922,13 +3922,6 @@
39223922
matrix = "@brsvh:mozilla.org";
39233923
name = "Burgess Chang";
39243924
};
3925-
bryanasdev000 = {
3926-
email = "bryanasdev000@gmail.com";
3927-
matrix = "@bryanasdev000:matrix.org";
3928-
github = "bryanasdev000";
3929-
githubId = 53131727;
3930-
name = "Bryan Albuquerque";
3931-
};
39323925
bryango = {
39333926
name = "Bryan Lai";
39343927
email = "bryanlais@gmail.com";

pkgs/applications/networking/cluster/linkerd/generic.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ buildGoModule rec {
6969
homepage = "https://linkerd.io/";
7070
license = licenses.asl20;
7171
maintainers = with maintainers; [
72-
bryanasdev000
7372
Gonzih
7473
];
7574
};

pkgs/by-name/ar/argocd-autopilot/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ buildGoModule rec {
5858
license = licenses.asl20;
5959
maintainers = with maintainers; [
6060
sagikazarmark
61-
bryanasdev000
6261
];
6362
};
6463
}

pkgs/by-name/ar/argocd/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ buildGoModule rec {
108108
license = licenses.asl20;
109109
maintainers = with maintainers; [
110110
shahrukh330
111-
bryanasdev000
112111
qjoly
113112
FKouhai
114113
];

pkgs/by-name/aw/awscli2/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ py.pkgs.buildPythonApplication rec {
210210
maintainers = with lib.maintainers; [
211211
bhipple
212212
davegallant
213-
bryanasdev000
214213
devusb
215214
anthonyroussel
216215
];

pkgs/by-name/ci/cilium-cli/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ buildGoModule rec {
5454
changelog = "https://github.com/cilium/cilium-cli/releases/tag/v${version}";
5555
license = lib.licenses.asl20;
5656
maintainers = with lib.maintainers; [
57-
bryanasdev000
5857
humancalico
5958
qjoly
6059
ryan4yin

pkgs/by-name/dd/ddosify/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ buildGoModule (finalAttrs: {
4343
homepage = "https://ddosify.com/";
4444
changelog = "https://github.com/ddosify/ddosify/releases/tag/selfhosted-${finalAttrs.version}";
4545
license = lib.licenses.agpl3Plus;
46-
maintainers = with lib.maintainers; [ bryanasdev000 ];
46+
maintainers = [ ];
4747
};
4848
})

pkgs/by-name/fl/fluxcd/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ buildGoModule rec {
7878
homepage = "https://fluxcd.io";
7979
license = lib.licenses.asl20;
8080
maintainers = with lib.maintainers; [
81-
bryanasdev000
8281
jlesquembre
8382
ryan4yin
8483
];

pkgs/by-name/go/gojsontoyaml/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ buildGoModule rec {
2222
mainProgram = "gojsontoyaml";
2323
homepage = "https://github.com/brancz/gojsontoyaml";
2424
license = licenses.mit;
25-
maintainers = [ maintainers.bryanasdev000 ];
25+
maintainers = [ ];
2626
};
2727
}

pkgs/by-name/go/gotify-desktop/package.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ rustPlatform.buildRustPackage rec {
2929
homepage = "https://github.com/desbma/gotify-desktop";
3030
license = licenses.gpl3Plus;
3131
maintainers = with maintainers; [
32-
bryanasdev000
3332
genofire
3433
];
3534
broken = stdenv.hostPlatform.isDarwin;

0 commit comments

Comments
 (0)