From 2e6317f8cd01898490443e42ed20a21f6b003a72 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Tue, 19 May 2026 20:29:41 +0200 Subject: [PATCH 1/2] funding: fix repo URL --- teams/funding.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/funding.toml b/teams/funding.toml index cc6bd7acc..1ec47cf12 100644 --- a/teams/funding.toml +++ b/teams/funding.toml @@ -6,7 +6,7 @@ name = "Funding team" description = "Helping to get Rust maintainers funded" email = "funding@rust-lang.org" zulip-stream = "funding" -repo = "https://github.com/rust-lang/rust-project-goals" +repo = "https://github.com/rust-lang/funding/" [people] leads = [ From 7547dbbcaa75b910fce12c270d3adaa9ee3e47c4 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Tue, 19 May 2026 20:29:53 +0200 Subject: [PATCH 2/2] funding: update `funding` repo write access to be `funding` team ... and not LC. --- repos/rust-lang/funding.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repos/rust-lang/funding.toml b/repos/rust-lang/funding.toml index 03797f641..36275dd19 100644 --- a/repos/rust-lang/funding.toml +++ b/repos/rust-lang/funding.toml @@ -4,4 +4,4 @@ description = "Discussions about funding Rust maintainers" bots = ["rfcbot"] [access.teams] -leadership-council = "write" +funding = "write"