diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index df4562d252b1..a07d0e41b379 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -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"; diff --git a/pkgs/by-name/fr/freeorion/package.nix b/pkgs/by-name/fr/freeorion/package.nix index 1b3b55582546..8e33e5d72d69 100644 --- a/pkgs/by-name/fr/freeorion/package.nix +++ b/pkgs/by-name/fr/freeorion/package.nix @@ -89,6 +89,6 @@ stdenv.mkDerivation (finalAttrs: { cc-by-sa-30 ]; platforms = platforms.linux; - maintainers = with maintainers; [ tex ]; + maintainers = [ ]; }; }) diff --git a/pkgs/by-name/gr/grip-search/package.nix b/pkgs/by-name/gr/grip-search/package.nix index 5b9b622d929a..9d2f313b4388 100644 --- a/pkgs/by-name/gr/grip-search/package.nix +++ b/pkgs/by-name/gr/grip-search/package.nix @@ -48,6 +48,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/sc0ty/grip"; license = licenses.gpl3; platforms = platforms.all; - maintainers = with maintainers; [ tex ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/ki/kitty/package.nix b/pkgs/by-name/ki/kitty/package.nix index 2109e9759c36..3e8338697784 100644 --- a/pkgs/by-name/ki/kitty/package.nix +++ b/pkgs/by-name/ki/kitty/package.nix @@ -318,7 +318,6 @@ buildPythonApplication rec { platforms = platforms.darwin ++ platforms.linux; mainProgram = "kitty"; maintainers = with maintainers; [ - tex rvolosatovs Luflosi kashw2 diff --git a/pkgs/by-name/un/unciv/package.nix b/pkgs/by-name/un/unciv/package.nix index 53dc51288d81..068c2fe60804 100644 --- a/pkgs/by-name/un/unciv/package.nix +++ b/pkgs/by-name/un/unciv/package.nix @@ -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;