ethersync: add ngi team

NLnet project. We should be informed when something changes ;).

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards 2025-07-28 17:58:12 -04:00
parent 240fc3e24f
commit 04fb07600c
No known key found for this signature in database
GPG Key ID: D83DC5377393C7E6

View File

@ -33,6 +33,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
downloadPage = "https://github.com/ethersync/ethersync";
changelog = "https://github.com/ethersync/ethersync/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.agpl3Plus;
teams = [ lib.teams.ngi ];
maintainers = with lib.maintainers; [
prince213
ethancedwards8