diff --git a/internal/wrench/scripts/all_repos.go b/internal/wrench/scripts/all_repos.go index 4ef0b43..8f3c1dd 100644 --- a/internal/wrench/scripts/all_repos.go +++ b/internal/wrench/scripts/all_repos.go @@ -64,7 +64,6 @@ type RepoCategory struct { var AllReposByCategory = []RepoCategory{ {Name: "Primary repositories", Repos: []Repo{ {Name: "hexops/mach", CI: Zig}, - {Name: "hexops/mach-core-starter-project", CI: Zig}, }}, {Name: "Standalone packages", Repos: []Repo{ {Name: "hexops/mach-gpu", CI: Zig},