From cabc16dc599da7ca2b320fafe80e256d0dfa5b94 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 20 Aug 2025 17:48:26 +0200 Subject: [PATCH] maintainers: drop `drupol` from the PHP team and packages --- ci/OWNERS | 13 ++++++------- maintainers/team-list.nix | 1 - nixos/tests/drupal.nix | 1 - pkgs/build-support/php/pkgs/composer-phar.nix | 2 +- .../by-name/co/composer-require-checker/package.nix | 2 +- pkgs/by-name/dr/drupal/package.nix | 1 - pkgs/by-name/ph/phel/package.nix | 2 +- pkgs/by-name/ph/phpdocumentor/package.nix | 2 +- pkgs/by-name/sy/symfony-cli/package.nix | 2 +- .../composer-local-repo-plugin/default.nix | 2 +- .../php-packages/cyclonedx-php-composer/default.nix | 2 +- pkgs/development/php-packages/meminfo/default.nix | 2 +- pkgs/development/php-packages/spx/default.nix | 2 +- 13 files changed, 15 insertions(+), 19 deletions(-) diff --git a/ci/OWNERS b/ci/OWNERS index a5fdf4b4e8e5..d33224713c37 100644 --- a/ci/OWNERS +++ b/ci/OWNERS @@ -370,13 +370,12 @@ pkgs/development/python-modules/buildcatrust/ @ajs124 @lukegb @mweinelt /pkgs/applications/editors/vscode/extensions # PHP interpreter, packages, extensions, tests and documentation -/doc/languages-frameworks/php.section.md @aanderse @drupol @globin @ma27 @talyz -/nixos/tests/php @aanderse @drupol @globin @ma27 @talyz -/pkgs/build-support/php/build-pecl.nix @aanderse @drupol @globin @ma27 @talyz -/pkgs/build-support/php @drupol -/pkgs/development/interpreters/php @jtojnar @aanderse @drupol @globin @ma27 @talyz -/pkgs/development/php-packages @aanderse @drupol @globin @ma27 @talyz -/pkgs/top-level/php-packages.nix @jtojnar @aanderse @drupol @globin @ma27 @talyz +/doc/languages-frameworks/php.section.md @aanderse @globin @ma27 @talyz +/nixos/tests/php @aanderse @globin @ma27 @talyz +/pkgs/build-support/php/build-pecl.nix @aanderse @globin @ma27 @talyz +/pkgs/development/interpreters/php @jtojnar @aanderse @globin @ma27 @talyz +/pkgs/development/php-packages @aanderse @globin @ma27 @talyz +/pkgs/top-level/php-packages.nix @jtojnar @aanderse @globin @ma27 @talyz # Docker tools /pkgs/build-support/docker @roberth diff --git a/maintainers/team-list.nix b/maintainers/team-list.nix index 6cbbf8f719e1..d954ae67ccd4 100644 --- a/maintainers/team-list.nix +++ b/maintainers/team-list.nix @@ -1023,7 +1023,6 @@ with lib.maintainers; php = { members = [ aanderse - drupol ma27 piotrkwiecinski talyz diff --git a/nixos/tests/drupal.nix b/nixos/tests/drupal.nix index 894cceb678d8..6c143e00de01 100644 --- a/nixos/tests/drupal.nix +++ b/nixos/tests/drupal.nix @@ -51,7 +51,6 @@ in { name = "drupal"; meta.maintainers = [ - lib.maintainers.drupol lib.maintainers.OulipianSummer ]; diff --git a/pkgs/build-support/php/pkgs/composer-phar.nix b/pkgs/build-support/php/pkgs/composer-phar.nix index b07c25beec55..90884d9a5256 100644 --- a/pkgs/build-support/php/pkgs/composer-phar.nix +++ b/pkgs/build-support/php/pkgs/composer-phar.nix @@ -52,7 +52,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { homepage = "https://getcomposer.org/"; license = lib.licenses.mit; mainProgram = "composer"; - maintainers = with lib.maintainers; [ drupol ]; + maintainers = with lib.maintainers; [ ]; platforms = lib.platforms.all; }; }) diff --git a/pkgs/by-name/co/composer-require-checker/package.nix b/pkgs/by-name/co/composer-require-checker/package.nix index a9e200dc1a5f..4e0d8460ad77 100644 --- a/pkgs/by-name/co/composer-require-checker/package.nix +++ b/pkgs/by-name/co/composer-require-checker/package.nix @@ -27,7 +27,7 @@ php.buildComposerProject2 (finalAttrs: { homepage = "https://github.com/maglnet/ComposerRequireChecker/"; changelog = "https://github.com/maglnet/ComposerRequireChecker/releases/tag/${finalAttrs.version}"; license = with lib.licenses; [ mit ]; - maintainers = with lib.maintainers; [ drupol ]; + maintainers = with lib.maintainers; [ ]; mainProgram = "composer-require-checker"; }; }) diff --git a/pkgs/by-name/dr/drupal/package.nix b/pkgs/by-name/dr/drupal/package.nix index 035f56694a78..057b85fc6a79 100644 --- a/pkgs/by-name/dr/drupal/package.nix +++ b/pkgs/by-name/dr/drupal/package.nix @@ -39,7 +39,6 @@ php.buildComposerProject2 (finalAttrs: { license = lib.licenses.mit; homepage = "https://drupal.org/"; maintainers = with lib.maintainers; [ - drupol OulipianSummer ]; platforms = php.meta.platforms; diff --git a/pkgs/by-name/ph/phel/package.nix b/pkgs/by-name/ph/phel/package.nix index 6dc91e2276f4..d804ecd31740 100644 --- a/pkgs/by-name/ph/phel/package.nix +++ b/pkgs/by-name/ph/phel/package.nix @@ -28,6 +28,6 @@ php.buildComposerProject2 (finalAttrs: { homepage = "https://github.com/phel-lang/phel-lang"; license = lib.licenses.mit; mainProgram = "phel"; - maintainers = with lib.maintainers; [ drupol ]; + maintainers = with lib.maintainers; [ ]; }; }) diff --git a/pkgs/by-name/ph/phpdocumentor/package.nix b/pkgs/by-name/ph/phpdocumentor/package.nix index bc19bf28c7d1..5cc8ee5c88be 100644 --- a/pkgs/by-name/ph/phpdocumentor/package.nix +++ b/pkgs/by-name/ph/phpdocumentor/package.nix @@ -40,6 +40,6 @@ php.buildComposerProject2 (finalAttrs: { homepage = "https://phpdoc.org"; license = lib.licenses.mit; mainProgram = "phpdoc"; - maintainers = with lib.maintainers; [ drupol ]; + maintainers = with lib.maintainers; [ ]; }; }) diff --git a/pkgs/by-name/sy/symfony-cli/package.nix b/pkgs/by-name/sy/symfony-cli/package.nix index 521a2f8d3ec2..a50c69b2234f 100644 --- a/pkgs/by-name/sy/symfony-cli/package.nix +++ b/pkgs/by-name/sy/symfony-cli/package.nix @@ -65,6 +65,6 @@ buildGoModule (finalAttrs: { homepage = "https://github.com/symfony-cli/symfony-cli"; license = lib.licenses.agpl3Plus; mainProgram = "symfony"; - maintainers = with lib.maintainers; [ drupol ]; + maintainers = with lib.maintainers; [ ]; }; }) diff --git a/pkgs/development/php-packages/composer-local-repo-plugin/default.nix b/pkgs/development/php-packages/composer-local-repo-plugin/default.nix index d6199a568659..863937cb635c 100644 --- a/pkgs/development/php-packages/composer-local-repo-plugin/default.nix +++ b/pkgs/development/php-packages/composer-local-repo-plugin/default.nix @@ -27,7 +27,7 @@ php.buildComposerWithPlugin { homepage = "https://github.com/nix-community/composer-local-repo-plugin"; license = lib.licenses.mit; mainProgram = "composer"; - maintainers = with lib.maintainers; [ drupol ]; + maintainers = with lib.maintainers; [ ]; platforms = lib.platforms.all; }; } diff --git a/pkgs/development/php-packages/cyclonedx-php-composer/default.nix b/pkgs/development/php-packages/cyclonedx-php-composer/default.nix index d3af20b63bc7..892cc6776231 100644 --- a/pkgs/development/php-packages/cyclonedx-php-composer/default.nix +++ b/pkgs/development/php-packages/cyclonedx-php-composer/default.nix @@ -27,7 +27,7 @@ php.buildComposerWithPlugin { homepage = "https://github.com/CycloneDX/cyclonedx-php-composer"; license = lib.licenses.asl20; mainProgram = "composer"; - maintainers = with lib.maintainers; [ drupol ]; + maintainers = with lib.maintainers; [ ]; platforms = lib.platforms.all; }; } diff --git a/pkgs/development/php-packages/meminfo/default.nix b/pkgs/development/php-packages/meminfo/default.nix index bee2be6fd614..f6512b74a527 100644 --- a/pkgs/development/php-packages/meminfo/default.nix +++ b/pkgs/development/php-packages/meminfo/default.nix @@ -24,6 +24,6 @@ buildPecl rec { description = "PHP extension to get insight about memory usage"; homepage = "https://github.com/BitOne/php-meminfo"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ drupol ]; + maintainers = with lib.maintainers; [ ]; }; } diff --git a/pkgs/development/php-packages/spx/default.nix b/pkgs/development/php-packages/spx/default.nix index b56996b944f7..bea2aad00759 100644 --- a/pkgs/development/php-packages/spx/default.nix +++ b/pkgs/development/php-packages/spx/default.nix @@ -29,6 +29,6 @@ buildPecl { description = "Simple & straight-to-the-point PHP profiling extension with its built-in web UI"; homepage = "https://github.com/NoiseByNorthwest/php-spx"; license = lib.licenses.php301; - maintainers = with lib.maintainers; [ drupol ]; + maintainers = with lib.maintainers; [ ]; }; }