diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 992f7f670662..1ada080fae4a 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -1989,12 +1989,6 @@ githubId = 25783780; name = "aos"; }; - apeschar = { - email = "albert@peschar.net"; - github = "apeschar"; - githubId = 122977; - name = "Albert Peschar"; - }; apeyroux = { email = "alex@px.io"; github = "apeyroux"; diff --git a/pkgs/development/php-packages/phan/default.nix b/pkgs/development/php-packages/phan/default.nix index f40573f3b965..21a08f670d63 100644 --- a/pkgs/development/php-packages/phan/default.nix +++ b/pkgs/development/php-packages/phan/default.nix @@ -27,7 +27,7 @@ and attempts to prove incorrectness rather than correctness. ''; mainProgram = "phan"; - maintainers = with lib.maintainers; [ apeschar ]; + maintainers = [ ]; teams = [ lib.teams.php ]; }; }) diff --git a/pkgs/development/python-modules/hyperlink/default.nix b/pkgs/development/python-modules/hyperlink/default.nix index f449c9673585..05f774c3dc43 100644 --- a/pkgs/development/python-modules/hyperlink/default.nix +++ b/pkgs/development/python-modules/hyperlink/default.nix @@ -24,6 +24,6 @@ buildPythonPackage rec { homepage = "https://github.com/python-hyper/hyperlink"; license = lib.licenses.mit; platforms = lib.platforms.all; - maintainers = with lib.maintainers; [ apeschar ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/pyld/default.nix b/pkgs/development/python-modules/pyld/default.nix index b57aa91ba5aa..805db3a686c1 100644 --- a/pkgs/development/python-modules/pyld/default.nix +++ b/pkgs/development/python-modules/pyld/default.nix @@ -58,6 +58,6 @@ buildPythonPackage rec { description = "Python implementation of the JSON-LD API"; homepage = "https://github.com/digitalbazaar/pyld"; license = lib.licenses.bsd3; - maintainers = with lib.maintainers; [ apeschar ]; + maintainers = [ ]; }; } diff --git a/pkgs/servers/search/elasticsearch/7.x.nix b/pkgs/servers/search/elasticsearch/7.x.nix index f80358ee0aac..15c00f4e8794 100644 --- a/pkgs/servers/search/elasticsearch/7.x.nix +++ b/pkgs/servers/search/elasticsearch/7.x.nix @@ -92,7 +92,6 @@ stdenv.mkDerivation rec { license = lib.licenses.elastic20; platforms = lib.platforms.unix; maintainers = with lib.maintainers; [ - apeschar basvandijk ]; };