maintainers: drop tex (#449185)

This commit is contained in:
Yohann Boniface
2025-10-15 21:54:45 +00:00
committed by GitHub
5 changed files with 3 additions and 10 deletions
-6
View File
@@ -25614,12 +25614,6 @@
name = "teutat3s";
keys = [ { fingerprint = "81A1 1C61 F413 8C84 9139 A4FA 18DA E600 A6BB E705"; } ];
};
tex = {
email = "milan.svoboda@centrum.cz";
github = "tex";
githubId = 27386;
name = "Milan Svoboda";
};
textshell = {
email = "textshell@uchuujin.de";
github = "textshell";
+1 -1
View File
@@ -89,6 +89,6 @@ stdenv.mkDerivation (finalAttrs: {
cc-by-sa-30
];
platforms = platforms.linux;
maintainers = with maintainers; [ tex ];
maintainers = [ ];
};
})
+1 -1
View File
@@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/sc0ty/grip";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ tex ];
maintainers = [ ];
};
}
-1
View File
@@ -318,7 +318,6 @@ buildPythonApplication rec {
platforms = platforms.darwin ++ platforms.linux;
mainProgram = "kitty";
maintainers = with maintainers; [
tex
rvolosatovs
Luflosi
kashw2
+1 -1
View File
@@ -73,7 +73,7 @@ stdenv.mkDerivation rec {
description = "Open-source Android/Desktop remake of Civ V";
mainProgram = "unciv";
homepage = "https://github.com/yairm210/Unciv";
maintainers = with maintainers; [ tex ];
maintainers = [ ];
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.mpl20;
platforms = platforms.all;