maintainers: drop tex (#449185)
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -89,6 +89,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
cc-by-sa-30
|
||||
];
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ tex ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -48,6 +48,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/sc0ty/grip";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ tex ];
|
||||
maintainers = [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -318,7 +318,6 @@ buildPythonApplication rec {
|
||||
platforms = platforms.darwin ++ platforms.linux;
|
||||
mainProgram = "kitty";
|
||||
maintainers = with maintainers; [
|
||||
tex
|
||||
rvolosatovs
|
||||
Luflosi
|
||||
kashw2
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user