maintainers: drop stesie (#477223)

This commit is contained in:
Aleksana
2026-01-18 08:59:49 +00:00
committed by GitHub
4 changed files with 2 additions and 11 deletions
-6
View File
@@ -25224,12 +25224,6 @@
githubId = 45735;
keys = [ { fingerprint = "0AFE 77F7 474D 1596 EE55 7A29 1D9A 17DF D23D CB91"; } ];
};
stesie = {
email = "stesie@brokenpipe.de";
github = "stesie";
githubId = 113068;
name = "Stefan Siegl";
};
steve-chavez = {
email = "stevechavezast@gmail.com";
github = "steve-chavez";
-1
View File
@@ -93,7 +93,6 @@ stdenv.mkDerivation {
license = lib.licenses.bsd3;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [
stesie
marcin-serwin
emilylange
];
+1 -1
View File
@@ -39,6 +39,6 @@ buildGoModule rec {
mainProgram = "jid";
homepage = "https://github.com/simeji/jid";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ stesie ];
maintainers = [ ];
};
}
+1 -3
View File
@@ -118,9 +118,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
stesie
];
maintainers = [ ];
mainProgram = "qjs";
platforms = lib.platforms.all;
};