phpdocumentor: adopt

This commit is contained in:
patka
2025-08-31 16:51:10 +02:00
parent d02ebe3771
commit 23e42596d8
+1 -1
View File
@@ -40,6 +40,6 @@ php.buildComposerProject2 (finalAttrs: {
homepage = "https://phpdoc.org";
license = lib.licenses.mit;
mainProgram = "phpdoc";
maintainers = with lib.maintainers; [ ];
maintainers = [ lib.maintainers.patka ];
};
})