phpunit: adopt

This commit is contained in:
patka
2025-08-31 16:51:10 +02:00
parent 30ec0113f5
commit fd7a8b57bb
+4 -2
View File
@@ -36,7 +36,9 @@ php.buildComposerProject2 (finalAttrs: {
homepage = "https://phpunit.de";
license = lib.licenses.bsd3;
mainProgram = "phpunit";
maintainers = with lib.maintainers; [ onny ];
teams = [ lib.teams.php ];
maintainers = with lib.maintainers; [
onny
patka
];
};
})