maintainers: drop bryanasdev000 (#465287)

This commit is contained in:
Aleksana
2025-11-27 01:44:10 +00:00
committed by GitHub
38 changed files with 15 additions and 44 deletions
-7
View File
@@ -3922,13 +3922,6 @@
matrix = "@brsvh:mozilla.org";
name = "Burgess Chang";
};
bryanasdev000 = {
email = "bryanasdev000@gmail.com";
matrix = "@bryanasdev000:matrix.org";
github = "bryanasdev000";
githubId = 53131727;
name = "Bryan Albuquerque";
};
bryango = {
name = "Bryan Lai";
email = "bryanlais@gmail.com";
@@ -69,7 +69,6 @@ buildGoModule rec {
homepage = "https://linkerd.io/";
license = licenses.asl20;
maintainers = with maintainers; [
bryanasdev000
Gonzih
];
};
@@ -58,7 +58,6 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [
sagikazarmark
bryanasdev000
];
};
}
-1
View File
@@ -108,7 +108,6 @@ buildGoModule rec {
license = licenses.asl20;
maintainers = with maintainers; [
shahrukh330
bryanasdev000
qjoly
FKouhai
];
-1
View File
@@ -210,7 +210,6 @@ py.pkgs.buildPythonApplication rec {
maintainers = with lib.maintainers; [
bhipple
davegallant
bryanasdev000
devusb
anthonyroussel
];
-1
View File
@@ -54,7 +54,6 @@ buildGoModule rec {
changelog = "https://github.com/cilium/cilium-cli/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
bryanasdev000
humancalico
qjoly
ryan4yin
+1 -1
View File
@@ -43,6 +43,6 @@ buildGoModule (finalAttrs: {
homepage = "https://ddosify.com/";
changelog = "https://github.com/ddosify/ddosify/releases/tag/selfhosted-${finalAttrs.version}";
license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [ bryanasdev000 ];
maintainers = [ ];
};
})
-1
View File
@@ -78,7 +78,6 @@ buildGoModule rec {
homepage = "https://fluxcd.io";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
bryanasdev000
jlesquembre
ryan4yin
];
+1 -1
View File
@@ -22,6 +22,6 @@ buildGoModule rec {
mainProgram = "gojsontoyaml";
homepage = "https://github.com/brancz/gojsontoyaml";
license = licenses.mit;
maintainers = [ maintainers.bryanasdev000 ];
maintainers = [ ];
};
}
@@ -29,7 +29,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/desbma/gotify-desktop";
license = licenses.gpl3Plus;
maintainers = with maintainers; [
bryanasdev000
genofire
];
broken = stdenv.hostPlatform.isDarwin;
-1
View File
@@ -52,7 +52,6 @@ buildGo124Module rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
humancalico
bryanasdev000
FKouhai
];
mainProgram = "hubble";
-1
View File
@@ -38,7 +38,6 @@ python3Packages.buildPythonApplication rec {
changelog = "https://github.com/jlu5/icoextract/blob/${version}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
bryanasdev000
donovanglover
];
mainProgram = "icoextract";
+1 -1
View File
@@ -52,6 +52,6 @@ buildGoModule rec {
mainProgram = "img";
license = licenses.mit;
homepage = "https://github.com/genuinetools/img";
maintainers = with maintainers; [ bryanasdev000 ];
maintainers = [ ];
};
}
-1
View File
@@ -91,7 +91,6 @@ stdenvNoCC.mkDerivation (finalAttrs: {
sourceProvenance = with sourceTypes; [ binaryBytecode ];
maintainers = with maintainers; [
atila
bryanasdev000
];
mainProgram = "irpf";
};
-1
View File
@@ -55,7 +55,6 @@ buildGoModule rec {
homepage = "https://istio.io/latest/docs/reference/commands/istioctl";
license = licenses.asl20;
maintainers = with maintainers; [
bryanasdev000
veehaitch
ryan4yin
];
@@ -30,7 +30,6 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/josephburnett/jd";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
bryanasdev000
juliusfreudenberger
];
mainProgram = "jd";
-1
View File
@@ -66,7 +66,6 @@ buildGoModule rec {
changelog = "https://github.com/ankitpokhrel/jira-cli/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
bryanasdev000
anthonyroussel
];
mainProgram = "jira";
+1 -1
View File
@@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
Applications but has since expanded to other test functions.
'';
license = licenses.asl20;
maintainers = [ maintainers.bryanasdev000 ];
maintainers = [ ];
priority = 1;
platforms = platforms.unix;
};
-1
View File
@@ -67,7 +67,6 @@ python3.pkgs.buildPythonApplication rec {
changelog = "https://github.com/jrnl-org/jrnl/releases/tag/v${version}";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [
bryanasdev000
zalakain
];
mainProgram = "jrnl";
-1
View File
@@ -43,7 +43,6 @@ buildGoModule rec {
license = lib.licenses.agpl3Plus;
maintainers = with lib.maintainers; [
offline
bryanasdev000
kashw2
];
};
-1
View File
@@ -75,7 +75,6 @@ buildGoModule (finalAttrs: {
maintainers = with lib.maintainers; [
Gonzih
markus1189
bryanasdev000
qjoly
devusb
ryan4yin
+1 -1
View File
@@ -50,6 +50,6 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/knative/client";
changelog = "https://github.com/knative/client/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ bryanasdev000 ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -23,6 +23,6 @@ buildGoModule rec {
homepage = "https://github.com/robscott/kube-capacity";
changelog = "https://github.com/robscott/kube-capacity/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.bryanasdev000 ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -23,6 +23,6 @@ buildGoModule rec {
homepage = "https://github.com/seredot/kubectl-example";
changelog = "https://github.com/seredot/kubectl-example/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.bryanasdev000 ];
maintainers = [ ];
};
}
-1
View File
@@ -71,7 +71,6 @@ buildGoModule rec {
capturing, dissecting and monitoring all traffic and payloads going in, out and across containers, pods, nodes and clusters.
'';
maintainers = with lib.maintainers; [
bryanasdev000
qjoly
];
};
+1 -1
View File
@@ -46,7 +46,7 @@ buildGoModule rec {
description = "Kubectx for operators, a drop-in replacement for kubectx";
license = lib.licenses.asl20;
homepage = "https://github.com/danielfoehrKn/kubeswitch";
maintainers = with lib.maintainers; [ bryanasdev000 ];
maintainers = [ ];
mainProgram = "switcher";
};
}
+1 -1
View File
@@ -56,6 +56,6 @@ buildGoModule rec {
homepage = "https://kyverno.io/";
changelog = "https://github.com/kyverno/kyverno/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ bryanasdev000 ];
maintainers = [ ];
};
}
-1
View File
@@ -29,7 +29,6 @@ rustPlatform.buildRustPackage rec {
changelog = "https://github.com/mdzk-rs/mdzk/blob/main/CHANGELOG.md";
license = licenses.mpl20;
maintainers = with maintainers; [
bryanasdev000
ratsclub
];
mainProgram = "mdzk";
+1 -1
View File
@@ -21,7 +21,7 @@ buildGoModule rec {
description = "Simple Minio tool to generate self-signed certificates, and provides SAN certificates with DNS and IP entries";
downloadPage = "https://github.com/minio/certgen";
license = licenses.bsd3;
maintainers = with maintainers; [ bryanasdev000 ];
maintainers = [ ];
mainProgram = "certgen";
};
}
@@ -179,7 +179,6 @@ stdenv.mkDerivation (finalAttrs: {
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
mainProgram = "mongodb-compass";
maintainers = with lib.maintainers; [
bryanasdev000
friedow
iamanaws
];
@@ -60,7 +60,6 @@ buildGoModule rec {
description = "Tools for the MongoDB";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
bryanasdev000
iamanaws
];
};
+1 -1
View File
@@ -24,7 +24,7 @@ buildGoModule rec {
homepage = "https://github.com/CrunchyData/postgres-operator";
changelog = "https://github.com/CrunchyData/postgres-operator/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.bryanasdev000 ];
maintainers = [ ];
mainProgram = "pgo";
};
}
+1 -1
View File
@@ -46,6 +46,6 @@ buildGoModule rec {
homepage = "https://github.com/derailed/popeye";
changelog = "https://github.com/derailed/popeye/releases/tag/v${version}";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.bryanasdev000 ];
maintainers = [ ];
};
}
+1 -1
View File
@@ -41,6 +41,6 @@ buildGoModule rec {
mainProgram = "rancher";
homepage = "https://github.com/rancher/cli";
license = licenses.asl20;
maintainers = with maintainers; [ bryanasdev000 ];
maintainers = [ ];
};
}
-1
View File
@@ -65,7 +65,6 @@ buildGoModule rec {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
vdemeester
bryanasdev000
];
};
}
+1 -1
View File
@@ -48,7 +48,7 @@ buildGoModule rec {
* Strip out server side fields when piping kubectl get $R -o yaml | tfk8s --strip
'';
homepage = "https://github.com/jrhouston/tfk8s/";
maintainers = with maintainers; [ bryanasdev000 ];
maintainers = [ ];
mainProgram = "tfk8s";
};
}
-1
View File
@@ -55,7 +55,6 @@ buildGoModule (finalAttrs: {
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [
mbode
bryanasdev000
];
};
})
@@ -29,6 +29,6 @@ buildPythonPackage rec {
mainProgram = "fvs";
homepage = "https://github.com/mirkobrombin/FVS";
license = licenses.mit;
maintainers = with maintainers; [ bryanasdev000 ];
maintainers = [ ];
};
}