Skip to content

Commit 30152cc

Browse files
committed
fix: Use .git protocol extension for docc plugin url
1 parent e4fb397 commit 30152cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ let package = Package(
1212
],
1313
dependencies: [
1414
.package(
15-
url: "https://github.com/apple/swift-docc-plugin",
15+
url: "https://github.com/apple/swift-docc-plugin.git",
1616
from: "1.3.0"
1717
),
1818
],

0 commit comments

Comments
 (0)