Drop gsoc prefix in module name
This commit is contained in:
parent
407c998e71
commit
a7c56001b9
|
@ -2,7 +2,7 @@
|
|||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "gsoc-swift-baggage-context",
|
||||
name: "swift-baggage-context",
|
||||
products: [
|
||||
.library(name: "Baggage", targets: ["Baggage"])
|
||||
],
|
||||
|
|
|
@ -14,7 +14,7 @@ You can install the `BaggageContext` library through the Swift Package Manager.
|
|||
|
||||
```swift
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/slashmo/gsoc-swift-baggage-context.git", from: "0.1.0")
|
||||
.package(url: "https://github.com/slashmo/swift-baggage-context.git", from: "0.1.0")
|
||||
]
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue