Skip to content

Commit f4383d7

Browse files
authored
Append .git for dependencies in Package.swift for consistency. (#82)
Append `.git` for `dependencies` in `Package.swift` for consistency.
1 parent 665532c commit f4383d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ let package = Package(
5757
.package(url: "https://github.com/grpc/grpc-swift.git", from: "1.26.0"),
5858
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.29.0"),
5959
.package(url: "https://github.com/apple/swift-nio.git", from: "2.80.0"),
60-
.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.1.0"),
60+
.package(url: "https://github.com/swiftlang/swift-docc-plugin.git", from: "1.1.0"),
6161
.package(url: "https://github.com/swift-server/async-http-client.git", from: "1.20.1"),
62-
.package(url: "https://github.com/orlandos-nl/DNSClient", from: "2.4.1"),
63-
.package(url: "https://github.com/Bouke/DNS", from: "1.2.0"),
62+
.package(url: "https://github.com/orlandos-nl/DNSClient.git", from: "2.4.1"),
63+
.package(url: "https://github.com/Bouke/DNS.git", from: "1.2.0"),
6464
scDependency,
6565
],
6666
targets: [

0 commit comments

Comments
 (0)