maintainers: remove maintainers with deleted GitHub accounts

This commit is contained in:
Michael Daniels
2026-06-07 12:47:39 -04:00
parent a058428f94
commit 79abb5fdca
9 changed files with 5 additions and 42 deletions
-34
View File
@@ -329,12 +329,6 @@
githubId = 381298;
name = "9R";
};
_9yokuro = {
email = "xzstd099@protonmail.com";
github = "9yokuro";
githubId = 119095935;
name = "9yokuro";
};
a-camarillo = {
name = "Anthony Camarillo";
email = "anthony.camarillo.96@gmail.com";
@@ -8356,11 +8350,6 @@
githubId = 16175276;
keys = [ { fingerprint = "E4CE B0F0 B2EC 09A3 9678 F294 CC7A 7E3C 6CF3 1343"; } ];
};
EstebanMacanek = {
name = "Esteban Macanek";
github = "EstebanMacanek";
githubId = 75503218;
};
esteve = {
name = "Esteve Fernandez";
email = "nixpkgs@nara.ac";
@@ -13422,12 +13411,6 @@
github = "joshprk";
githubId = 123624726;
};
joshuafern = {
name = "Joshua Fern";
email = "joshuafern@protonmail.com";
github = "JoshuaFern";
githubId = 4300747;
};
joshvanl = {
email = " me@joshvanl.dev ";
github = "JoshVanL";
@@ -19208,12 +19191,6 @@
name = "Nasir Hussain";
keys = [ { fingerprint = "7A10 AB8E 0BEC 566B 090C 9BE3 D812 6E55 9CE7 C35D"; } ];
};
nasrally = {
email = "suffer.ring@ya.ru";
github = "nasrally";
githubId = 50599445;
name = "Nikita Grishko";
};
nat-418 = {
github = "nat-418";
githubId = 93013864;
@@ -22282,12 +22259,6 @@
githubId = 6314611;
keys = [ { fingerprint = "EEC7 53FC EAAA FD9E 4DC0 9BB5 CAEB 4185 C226 D76B"; } ];
};
prominentretail = {
email = "me@jakepark.me";
github = "ProminentRetail";
githubId = 94048404;
name = "Jake Park";
};
proofconstruction = {
email = "source@proof.construction";
github = "proofconstruction";
@@ -22736,11 +22707,6 @@
matrix = "@qyriad:katesiria.org";
name = "Qyriad";
};
qzylinra = {
github = "qzylinra";
githubId = 225773816;
name = "qzylinra";
};
r-aizawa = {
github = "Xantibody";
githubId = 109563705;
-1
View File
@@ -63,7 +63,6 @@ stdenv.mkDerivation {
mainProgram = "PenTablet";
maintainers = with lib.maintainers; [
gepbird
nasrally
];
platforms = [ "x86_64-linux" ];
sourceProvenance = [ lib.sourceTypes.binaryNativeCode ];
@@ -125,7 +125,6 @@ stdenv.mkDerivation (finalAttrs: {
'';
license = lib.licenses.gpl2Plus;
maintainers = with lib.maintainers; [
joshuafern
Zaechus
];
platforms = lib.platforms.unix;
+1 -1
View File
@@ -28,7 +28,7 @@ python3.pkgs.buildPythonApplication (finalAttrs: {
changelog = "https://github.com/Jwink3101/syncrclone/blob/${finalAttrs.src.rev}/docs/changelog.md";
sourceProvenance = with lib.sourceTypes; [ fromSource ];
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ prominentretail ];
maintainers = [ ];
mainProgram = "syncrclone";
};
})
+1 -1
View File
@@ -98,7 +98,7 @@ stdenv.mkDerivation (finalAttrs: {
changelog = "https://www.tradingview.com/support/solutions/43000673888/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ prominentretail ];
maintainers = [ ];
platforms = [ "x86_64-linux" ];
mainProgram = "tradingview";
};
+1 -1
View File
@@ -31,7 +31,7 @@ buildGoModule (finalAttrs: {
meta = {
homepage = "https://github.com/rhysd/vim-startuptime";
description = "Small Go program for better `vim --startuptime` alternative";
maintainers = with lib.maintainers; [ _9yokuro ];
maintainers = [ ];
license = lib.licenses.mit;
mainProgram = "vim-startuptime";
};
@@ -42,7 +42,6 @@ python3Packages.buildPythonApplication {
mainProgram = "wtsexporter";
maintainers = with lib.maintainers; [
bbenno
EstebanMacanek
];
};
}
+1 -1
View File
@@ -106,7 +106,7 @@ stdenv.mkDerivation (finalAttrs: {
mainProgram = "xephem";
homepage = "https://xephem.github.io/XEphem/Site/xephem.html";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ EstebanMacanek ];
maintainers = [ ];
platforms = lib.platforms.unix;
};
})
@@ -24,6 +24,6 @@ buildPythonPackage rec {
mainProgram = "vpk";
homepage = "https://github.com/ValvePython/vpk";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ joshuafern ];
maintainers = [ ];
};
}