Skip to content

Commit dfbccf4

Browse files
committed
Rename package to match repo
Motivation: SE-0226 changes how SPM resolves a dependency graph and as part of the accepted proposal was to require package names to match their repo URL segments. Modifications: Change package from `redis-nio` to `swift-redis-nio-client` Result: The project should compliant with SE-0226: https://github.com/apple/swift-evolution/blob/master/proposals/0226-package-manager-target-based-dep-resolution.md
1 parent dcc9cea commit dfbccf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import PackageDescription
1717

1818
let package = Package(
19-
name: "redis-nio",
19+
name: "swift-redis-nio-client",
2020
products: [
2121
.library(name: "RedisNIO", targets: ["RedisNIO"])
2222
],

0 commit comments

Comments
 (0)