Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit a7c5600

Browse files
committed
Drop gsoc prefix in module name
1 parent 407c998 commit a7c5600

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import PackageDescription
33

44
let package = Package(
5-
name: "gsoc-swift-baggage-context",
5+
name: "swift-baggage-context",
66
products: [
77
.library(name: "Baggage", targets: ["Baggage"])
88
],

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can install the `BaggageContext` library through the Swift Package Manager.
1414

1515
```swift
1616
dependencies: [
17-
.package(url: "https://github.com/slashmo/gsoc-swift-baggage-context.git", from: "0.1.0")
17+
.package(url: "https://github.com/slashmo/swift-baggage-context.git", from: "0.1.0")
1818
]
1919
```
2020

0 commit comments

Comments
 (0)