diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index e122f021d431..12e0d3638835 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -1960,12 +1960,6 @@ githubId = 14838767; name = "Jacopo Scannella"; }; - antoinerg = { - email = "roygobeil.antoine@gmail.com"; - github = "antoinerg"; - githubId = 301546; - name = "Antoine Roy-Gobeil"; - }; anton-4 = { name = "Anton"; github = "Anton-4"; diff --git a/pkgs/development/python-modules/dash-core-components/default.nix b/pkgs/development/python-modules/dash-core-components/default.nix index 3af654843852..47d593f502c2 100644 --- a/pkgs/development/python-modules/dash-core-components/default.nix +++ b/pkgs/development/python-modules/dash-core-components/default.nix @@ -22,6 +22,6 @@ buildPythonPackage (finalAttrs: { description = "Dash component starter pack"; homepage = "https://dash.plot.ly/dash-core-components"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.antoinerg ]; + maintainers = [ ]; }; }) diff --git a/pkgs/development/python-modules/dash-html-components/default.nix b/pkgs/development/python-modules/dash-html-components/default.nix index fd40f403f780..91e4ec8d9463 100644 --- a/pkgs/development/python-modules/dash-html-components/default.nix +++ b/pkgs/development/python-modules/dash-html-components/default.nix @@ -22,6 +22,6 @@ buildPythonPackage rec { description = "HTML components for Dash"; homepage = "https://dash.plot.ly/dash-html-components"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.antoinerg ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/dash-table/default.nix b/pkgs/development/python-modules/dash-table/default.nix index f17ac4af5ce0..0894433a6c59 100644 --- a/pkgs/development/python-modules/dash-table/default.nix +++ b/pkgs/development/python-modules/dash-table/default.nix @@ -22,6 +22,6 @@ buildPythonPackage rec { description = "First-Class Interactive DataTable for Dash"; homepage = "https://dash.plot.ly/datatable"; license = lib.licenses.mit; - maintainers = [ lib.maintainers.antoinerg ]; + maintainers = [ ]; }; } diff --git a/pkgs/development/python-modules/dash/default.nix b/pkgs/development/python-modules/dash/default.nix index b7a9230937a9..e7dadfb8cb11 100644 --- a/pkgs/development/python-modules/dash/default.nix +++ b/pkgs/development/python-modules/dash/default.nix @@ -138,9 +138,6 @@ buildPythonPackage (finalAttrs: { description = "Python framework for building analytical web applications"; homepage = "https://dash.plot.ly/"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ - antoinerg - tomasajt - ]; + maintainers = with lib.maintainers; [ tomasajt ]; }; })