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
|
/pkgs/applications/editors/vscode/extensions
|
||||||
|
|
||||||
# PHP interpreter, packages, extensions, tests and documentation
|
# PHP interpreter, packages, extensions, tests and documentation
|
||||||
/doc/languages-frameworks/php.section.md @aanderse @drupol @globin @ma27 @talyz
|
/doc/languages-frameworks/php.section.md @aanderse @globin @ma27 @talyz
|
||||||
/nixos/tests/php @aanderse @drupol @globin @ma27 @talyz
|
/nixos/tests/php @aanderse @globin @ma27 @talyz
|
||||||
/pkgs/build-support/php/build-pecl.nix @aanderse @drupol @globin @ma27 @talyz
|
/pkgs/build-support/php/build-pecl.nix @aanderse @globin @ma27 @talyz
|
||||||
/pkgs/build-support/php @drupol
|
/pkgs/development/interpreters/php @jtojnar @aanderse @globin @ma27 @talyz
|
||||||
/pkgs/development/interpreters/php @jtojnar @aanderse @drupol @globin @ma27 @talyz
|
/pkgs/development/php-packages @aanderse @globin @ma27 @talyz
|
||||||
/pkgs/development/php-packages @aanderse @drupol @globin @ma27 @talyz
|
/pkgs/top-level/php-packages.nix @jtojnar @aanderse @globin @ma27 @talyz
|
||||||
/pkgs/top-level/php-packages.nix @jtojnar @aanderse @drupol @globin @ma27 @talyz
|
|
||||||
|
|
||||||
# Docker tools
|
# Docker tools
|
||||||
/pkgs/build-support/docker @roberth
|
/pkgs/build-support/docker @roberth
|
||||||
|
|||||||
@@ -1023,7 +1023,6 @@ with lib.maintainers;
|
|||||||
php = {
|
php = {
|
||||||
members = [
|
members = [
|
||||||
aanderse
|
aanderse
|
||||||
drupol
|
|
||||||
ma27
|
ma27
|
||||||
piotrkwiecinski
|
piotrkwiecinski
|
||||||
talyz
|
talyz
|
||||||
|
|||||||
@@ -51,7 +51,6 @@ in
|
|||||||
{
|
{
|
||||||
name = "drupal";
|
name = "drupal";
|
||||||
meta.maintainers = [
|
meta.maintainers = [
|
||||||
lib.maintainers.drupol
|
|
||||||
lib.maintainers.OulipianSummer
|
lib.maintainers.OulipianSummer
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
|||||||
homepage = "https://getcomposer.org/";
|
homepage = "https://getcomposer.org/";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
mainProgram = "composer";
|
mainProgram = "composer";
|
||||||
maintainers = with lib.maintainers; [ drupol ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ php.buildComposerProject2 (finalAttrs: {
|
|||||||
homepage = "https://github.com/maglnet/ComposerRequireChecker/";
|
homepage = "https://github.com/maglnet/ComposerRequireChecker/";
|
||||||
changelog = "https://github.com/maglnet/ComposerRequireChecker/releases/tag/${finalAttrs.version}";
|
changelog = "https://github.com/maglnet/ComposerRequireChecker/releases/tag/${finalAttrs.version}";
|
||||||
license = with lib.licenses; [ mit ];
|
license = with lib.licenses; [ mit ];
|
||||||
maintainers = with lib.maintainers; [ drupol ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
mainProgram = "composer-require-checker";
|
mainProgram = "composer-require-checker";
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -39,7 +39,6 @@ php.buildComposerProject2 (finalAttrs: {
|
|||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
homepage = "https://drupal.org/";
|
homepage = "https://drupal.org/";
|
||||||
maintainers = with lib.maintainers; [
|
maintainers = with lib.maintainers; [
|
||||||
drupol
|
|
||||||
OulipianSummer
|
OulipianSummer
|
||||||
];
|
];
|
||||||
platforms = php.meta.platforms;
|
platforms = php.meta.platforms;
|
||||||
|
|||||||
@@ -28,6 +28,6 @@ php.buildComposerProject2 (finalAttrs: {
|
|||||||
homepage = "https://github.com/phel-lang/phel-lang";
|
homepage = "https://github.com/phel-lang/phel-lang";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
mainProgram = "phel";
|
mainProgram = "phel";
|
||||||
maintainers = with lib.maintainers; [ drupol ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -40,6 +40,6 @@ php.buildComposerProject2 (finalAttrs: {
|
|||||||
homepage = "https://phpdoc.org";
|
homepage = "https://phpdoc.org";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
mainProgram = "phpdoc";
|
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";
|
homepage = "https://github.com/symfony-cli/symfony-cli";
|
||||||
license = lib.licenses.agpl3Plus;
|
license = lib.licenses.agpl3Plus;
|
||||||
mainProgram = "symfony";
|
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";
|
homepage = "https://github.com/nix-community/composer-local-repo-plugin";
|
||||||
license = lib.licenses.mit;
|
license = lib.licenses.mit;
|
||||||
mainProgram = "composer";
|
mainProgram = "composer";
|
||||||
maintainers = with lib.maintainers; [ drupol ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -27,7 +27,7 @@ php.buildComposerWithPlugin {
|
|||||||
homepage = "https://github.com/CycloneDX/cyclonedx-php-composer";
|
homepage = "https://github.com/CycloneDX/cyclonedx-php-composer";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
mainProgram = "composer";
|
mainProgram = "composer";
|
||||||
maintainers = with lib.maintainers; [ drupol ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -24,6 +24,6 @@ buildPecl rec {
|
|||||||
description = "PHP extension to get insight about memory usage";
|
description = "PHP extension to get insight about memory usage";
|
||||||
homepage = "https://github.com/BitOne/php-meminfo";
|
homepage = "https://github.com/BitOne/php-meminfo";
|
||||||
license = lib.licenses.mit;
|
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";
|
description = "Simple & straight-to-the-point PHP profiling extension with its built-in web UI";
|
||||||
homepage = "https://github.com/NoiseByNorthwest/php-spx";
|
homepage = "https://github.com/NoiseByNorthwest/php-spx";
|
||||||
license = lib.licenses.php301;
|
license = lib.licenses.php301;
|
||||||
maintainers = with lib.maintainers; [ drupol ];
|
maintainers = with lib.maintainers; [ ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user