phpactor: change maintainer & move to by-name

This commit is contained in:
Patka 2024-04-03 20:01:34 +02:00
parent 8dab54e2b3
commit faaf197579
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View File

@ -30,6 +30,6 @@ php.buildComposerProject (finalAttrs: {
homepage = "https://github.com/phpactor/phpactor";
license = lib.licenses.mit;
mainProgram = "phpactor";
maintainers = [ lib.maintainers.ryantm ] ++ lib.teams.php.members;
maintainers = [ lib.maintainers.patka ] ++ lib.teams.php.members;
};
})

View File

@ -17592,8 +17592,6 @@ with pkgs;
php81Extensions = recurseIntoAttrs php81.extensions;
php81Packages = recurseIntoAttrs php81.packages;
phpactor = callPackage ../development/tools/phpactor { };
picoc = callPackage ../development/interpreters/picoc { };
picolisp = callPackage ../development/interpreters/picolisp { };