Merge pull request #13 from slashmo/ktoso-patch-1

fix repo url
This commit is contained in:
Konrad `ktoso` Malawski 2020-07-23 09:37:04 +09:00 committed by GitHub
commit 63f427db71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ You can install the `BaggageContext` library through the Swift Package Manager.
dependencies: [
.package(
name: "swift-baggage-context",
url: "https://github.com/slashmo/swift-baggage-context.git",
url: "https://github.com/slashmo/gsoc-swift-baggage-context.git",
from: "0.1.0"
)
]