Skip to content

Commit 13cec09

Browse files
committed
Include swiftlang org
1 parent c801df2 commit 13cec09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/App/Commands/CreateRestfile.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func createRestfile(on database: SQLDatabase, variant: Variant) async throws {
8686
where
8787
v.spi_manifest::text like '%documentation_targets%'
8888
and v.latest is not null
89-
and (stars >= 200 or owner in ('apple', 'swift-server', 'vapor', 'vapor-community', 'GetStream'))
89+
and (stars >= 200 or owner in ('apple', 'swiftlang', 'swift-server', 'vapor', 'vapor-community', 'GetStream'))
9090
order by url
9191
"""
9292
}

0 commit comments

Comments
 (0)