maintainers: drop drupol from the PHP team and packages
This commit is contained in:
13
ci/OWNERS
13
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
|
||||
|
||||
@@ -1023,7 +1023,6 @@ with lib.maintainers;
|
||||
php = {
|
||||
members = [
|
||||
aanderse
|
||||
drupol
|
||||
ma27
|
||||
piotrkwiecinski
|
||||
talyz
|
||||
|
||||
@@ -51,7 +51,6 @@ in
|
||||
{
|
||||
name = "drupal";
|
||||
meta.maintainers = [
|
||||
lib.maintainers.drupol
|
||||
lib.maintainers.OulipianSummer
|
||||
];
|
||||
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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";
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
})
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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; [ ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user