Skip to content

Commit 7f5c4d7

Browse files
Use Git URL
1 parent 7035909 commit 7f5c4d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Add `swift-libgit2` as a dependency to your package:
1414
let package = Package(
1515
// ...
1616
dependencies: [
17-
.package(url: "https://github.com/Formkunft/swift-libgit2", .upToNextMinor(from: "1.9.0")),
17+
.package(url: "https://github.com/Formkunft/swift-libgit2.git", .upToNextMinor(from: "1.9.0")),
1818
],
1919
targets: [
2020
.target(

0 commit comments

Comments
 (0)