Skip to content

Commit f4c06f0

Browse files
authored
Updated to use HTTPS (#25)
1 parent cc2e1a3 commit f4c06f0

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
@@ -9,7 +9,7 @@ let package = Package(
99
.library(name: "TracingOpenTelemetrySupport", targets: ["TracingOpenTelemetrySupport"]),
1010
],
1111
dependencies: [
12-
.package(url: "git@github.com:apple/swift-distributed-tracing-baggage.git", from: "0.1.0"),
12+
.package(url: "https://github.com/apple/swift-distributed-tracing-baggage", from: "0.1.0")
1313
],
1414
targets: [
1515
// ==== --------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)