pixelfed: add ngi team

Pixelfed is an nlnet.nl grant recipient, therefore the NGI team has an
interest in maintaining it and keeping it updated.

Link: https://ngi.nixos.org/project/Pixelfed/

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2025-12-28 20:17:40 -05:00
parent 67257b83a3
commit c4a6b87f1e
+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;
};
})