From 0623f83c0baee152350f7ca2ed8ca3928e19502c Mon Sep 17 00:00:00 2001 From: Travis Cross <tc@traviscross.com> Date: Mon, 6 Jan 2025 20:35:30 +0000 Subject: [PATCH] Adopt the book team as a subteam of lang-docs We're working to move things out from under the launching-pad team to more appropriate places. It makes the most sense for the book team to be adopted as a subteam of lang-docs, so let's do that. --- teams/book.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teams/book.toml b/teams/book.toml index 50bc1df03..ae5454db8 100644 --- a/teams/book.toml +++ b/teams/book.toml @@ -1,5 +1,5 @@ name = "book" -subteam-of = "launching-pad" +subteam-of = "lang-docs" [people] leads = ["carols10cents", "chriskrycho"]