Skip to content

Commit

Permalink
fix: Use .git protocol extension for docc plugin url
Browse files Browse the repository at this point in the history
  • Loading branch information
maximkrouk committed Oct 29, 2023
1 parent e4fb397 commit 30152cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ let package = Package(
],
dependencies: [
.package(
url: "https://github.com/apple/swift-docc-plugin",
url: "https://github.com/apple/swift-docc-plugin.git",
from: "1.3.0"
),
],
Expand Down

0 comments on commit 30152cc

Please sign in to comment.