Skip to content

Commit f373221

Browse files
authored
Merge pull request #183 from zunda-pixel/fix-url
fix package.swift depend url
2 parents 8843fcf + 37c568d commit f373221

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
@@ -120,7 +120,7 @@ if buildMetadata {
120120
if buildDocs {
121121
package.dependencies += [
122122
.package(
123-
url: "https://github.com/apple/swift-docc-plugin",
123+
url: "https://github.com/swiftlang/swift-docc-plugin.git",
124124
from: "1.0.0"
125125
)
126126
]

0 commit comments

Comments
 (0)