dart: add flutter team to meta.teams

This commit is contained in:
qzylinra
2026-01-07 18:04:57 +08:00
committed by GitHub
parent 4d24037a1f
commit 4b5c76466c
@@ -95,5 +95,6 @@ stdenv.mkDerivation (finalAttrs: {
];
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.bsd3;
teams = [ lib.teams.flutter ];
};
})