From 1ebe8b99ee0efc30a6f4537527a2f1eed0a84bed Mon Sep 17 00:00:00 2001 From: Alexis Simon Date: Tue, 19 Aug 2025 10:28:08 +0200 Subject: [PATCH] treewide: remove alxsimon as maintainer (#434934) Alexis Simon has requested to drop their maintainership of several python packages. --- maintainers/maintainer-list.nix | 6 ------ pkgs/development/python-modules/demes/default.nix | 2 +- pkgs/development/python-modules/demesdraw/default.nix | 2 +- pkgs/development/python-modules/msprime/default.nix | 2 +- pkgs/development/python-modules/newick/default.nix | 2 +- pkgs/development/python-modules/pyslim/default.nix | 2 +- pkgs/development/python-modules/tskit/default.nix | 2 +- 7 files changed, 6 insertions(+), 12 deletions(-) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 945c9823dc68..7a74fb2c919a 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -1335,12 +1335,6 @@ githubId = 373; name = "Alexandre Girard Davila"; }; - alxsimon = { - email = "alexis.simon@normalesup.org"; - github = "alxsimon"; - githubId = 9567176; - name = "Alexis Simon"; - }; amadaluzia = { email = "amad@atl.tools"; github = "amadaluzia"; diff --git a/pkgs/development/python-modules/demes/default.nix b/pkgs/development/python-modules/demes/default.nix index a3f73c6821b1..6a67be764272 100644 --- a/pkgs/development/python-modules/demes/default.nix +++ b/pkgs/development/python-modules/demes/default.nix @@ -46,6 +46,6 @@ buildPythonPackage rec { mainProgram = "demes"; homepage = "https://github.com/popsim-consortium/demes-python"; license = licenses.isc; - maintainers = with maintainers; [ alxsimon ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/demesdraw/default.nix b/pkgs/development/python-modules/demesdraw/default.nix index 35a51048d81d..63fb0f38e06b 100644 --- a/pkgs/development/python-modules/demesdraw/default.nix +++ b/pkgs/development/python-modules/demesdraw/default.nix @@ -53,6 +53,6 @@ buildPythonPackage rec { mainProgram = "demesdraw"; homepage = "https://github.com/grahamgower/demesdraw"; license = licenses.isc; - maintainers = with maintainers; [ alxsimon ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/msprime/default.nix b/pkgs/development/python-modules/msprime/default.nix index e998bd6141b7..e2b7b8cbab75 100644 --- a/pkgs/development/python-modules/msprime/default.nix +++ b/pkgs/development/python-modules/msprime/default.nix @@ -83,6 +83,6 @@ buildPythonPackage rec { homepage = "https://github.com/tskit-dev/msprime"; changelog = "https://github.com/tskit-dev/msprime/blob/${version}/CHANGELOG.md"; license = licenses.gpl3Plus; - maintainers = with maintainers; [ alxsimon ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/newick/default.nix b/pkgs/development/python-modules/newick/default.nix index a45ae6c25294..7a0687c537c8 100644 --- a/pkgs/development/python-modules/newick/default.nix +++ b/pkgs/development/python-modules/newick/default.nix @@ -34,6 +34,6 @@ buildPythonPackage rec { description = "Python package to read and write the Newick format"; homepage = "https://github.com/dlce-eva/python-newick"; license = licenses.asl20; - maintainers = with maintainers; [ alxsimon ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/pyslim/default.nix b/pkgs/development/python-modules/pyslim/default.nix index 4d26124cdafb..ae0755440694 100644 --- a/pkgs/development/python-modules/pyslim/default.nix +++ b/pkgs/development/python-modules/pyslim/default.nix @@ -37,6 +37,6 @@ buildPythonPackage rec { description = "Tools for dealing with tree sequences coming to and from SLiM"; homepage = "https://github.com/tskit-dev/pyslim"; license = licenses.mit; - maintainers = with maintainers; [ alxsimon ]; + maintainers = with maintainers; [ ]; }; } diff --git a/pkgs/development/python-modules/tskit/default.nix b/pkgs/development/python-modules/tskit/default.nix index b8572e0f3541..2ae3bd9faa8d 100644 --- a/pkgs/development/python-modules/tskit/default.nix +++ b/pkgs/development/python-modules/tskit/default.nix @@ -46,6 +46,6 @@ buildPythonPackage rec { mainProgram = "tskit"; homepage = "https://github.com/tskit-dev/tskit"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ alxsimon ]; + maintainers = with lib.maintainers; [ ]; }; }