Unverified Commit 11c14079 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

pixelfed: add ngi team (#474931)

parents 80dd0086 c4a6b87f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
})