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
This commit is contained in:
Nathan Harris
2019-06-06 15:05:37 -07:00
parent dcc9ceaeed
commit dfbccf4c07
+1 -1
View File
@@ -16,7 +16,7 @@
import PackageDescription
let package = Package(
name: "redis-nio",
name: "swift-redis-nio-client",
products: [
.library(name: "RedisNIO", targets: ["RedisNIO"])
],