pixelfed: add ngi team (#474931)

This commit is contained in:
Aleksana
2025-12-29 11:14:07 +00:00
committed by GitHub
+1 -1
View File
@@ -44,7 +44,7 @@ php.buildComposerProject2 (finalAttrs: {
description = "Federated image sharing platform";
license = lib.licenses.agpl3Only;
homepage = "https://pixelfed.org/";
maintainers = [ ];
teams = with lib.teams; [ ngi ];
platforms = php.meta.platforms;
};
})