diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 8d672effcb02..29e7b4e3f241 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -5239,12 +5239,6 @@ githubId = 3077118; name = "David McFarland"; }; - coroa = { - email = "jonas@chaoflow.net"; - github = "coroa"; - githubId = 2552981; - name = "Jonas Hörsch"; - }; costrouc = { email = "chris.ostrouchov@gmail.com"; github = "costrouc"; diff --git a/pkgs/applications/audio/quodlibet/default.nix b/pkgs/applications/audio/quodlibet/default.nix index 8d6518a1e323..18419b3de771 100644 --- a/pkgs/applications/audio/quodlibet/default.nix +++ b/pkgs/applications/audio/quodlibet/default.nix @@ -192,7 +192,6 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://quodlibet.readthedocs.io/en/latest"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ - coroa pbogdan ]; }; diff --git a/pkgs/by-name/au/autorandr/package.nix b/pkgs/by-name/au/autorandr/package.nix index 02da6e73800e..7cd2591fae8b 100644 --- a/pkgs/by-name/au/autorandr/package.nix +++ b/pkgs/by-name/au/autorandr/package.nix @@ -82,7 +82,7 @@ python3.pkgs.buildPythonApplication rec { homepage = "https://github.com/phillipberndt/autorandr/"; description = "Automatically select a display configuration based on connected devices"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ coroa ]; + maintainers = [ ]; platforms = platforms.unix; mainProgram = "autorandr"; }; diff --git a/pkgs/by-name/ga/gammu/package.nix b/pkgs/by-name/ga/gammu/package.nix index 314a94685be0..5f820b0c2469 100644 --- a/pkgs/by-name/ga/gammu/package.nix +++ b/pkgs/by-name/ga/gammu/package.nix @@ -72,6 +72,6 @@ stdenv.mkDerivation rec { description = "Command line utility and library to control mobile phones"; license = licenses.gpl2Only; platforms = platforms.linux; - maintainers = [ maintainers.coroa ]; + maintainers = [ ]; }; } diff --git a/pkgs/by-name/li/libunibreak/package.nix b/pkgs/by-name/li/libunibreak/package.nix index 978406d4bffa..a3814f545203 100644 --- a/pkgs/by-name/li/libunibreak/package.nix +++ b/pkgs/by-name/li/libunibreak/package.nix @@ -27,6 +27,6 @@ stdenv.mkDerivation rec { description = "Implementation of line breaking and word breaking algorithms as in the Unicode standard"; license = licenses.zlib; platforms = platforms.unix; - maintainers = [ maintainers.coroa ]; + maintainers = [ ]; }; }