maintainers: drop drupol from the PHP team and packages

This commit is contained in:
Pol Dellaiera
2025-08-20 17:48:26 +02:00
parent c51fabfd6a
commit cabc16dc59
13 changed files with 15 additions and 19 deletions

View File

@@ -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

View File

@@ -1023,7 +1023,6 @@ with lib.maintainers;
php = {
members = [
aanderse
drupol
ma27
piotrkwiecinski
talyz

View File

@@ -51,7 +51,6 @@ in
{
name = "drupal";
meta.maintainers = [
lib.maintainers.drupol
lib.maintainers.OulipianSummer
];

View File

@@ -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;
};
})

View File

@@ -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";
};
})

View File

@@ -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;

View File

@@ -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; [ ];
};
})

View File

@@ -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; [ ];
};
})

View File

@@ -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; [ ];
};
})

View File

@@ -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;
};
}

View File

@@ -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;
};
}

View File

@@ -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; [ ];
};
}

View File

@@ -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; [ ];
};
}