Skip to content

Commit 051cbda

Browse files
committed
Updated swift-docc-plugin dependency repo URL
1 parent d1d228c commit 051cbda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,6 @@ package.targets += [
8686
/// Conditionally opt-in to Swift DocC Plugin when an environment flag is present.
8787
if ProcessInfo.processInfo.environment["ENABLE_DOCC_PLUGIN"] != nil {
8888
package.dependencies += [
89-
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.4.5")
89+
.package(url: "https://github.com/swiftlang/swift-docc-plugin.git", from: "1.4.5")
9090
]
9191
}

0 commit comments

Comments
 (0)