Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 828e97e

Browse files
1 parent 42a17b0 commit 828e97e

File tree

4 files changed

+31
-22
lines changed

4 files changed

+31
-22
lines changed

Examples/HTTPSRequest/Package.resolved

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/HTTPSRequest/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let package = Package(
88
dependencies: [
99
// Dependencies declare other packages that this package depends on.
1010
//.package(path: "../../../aws-lambda-swift-sprinter-nio-plugin"),
11-
.package(url: "https://github.com/Andrea-Scuderi/aws-lambda-swift-sprinter-nio-plugin", from: "1.0.0-alpha.3"),
11+
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin", from: "1.0.0-alpha.3"),
1212
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
1313
],
1414
targets: [

Examples/S3Test/Package.resolved

Lines changed: 21 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/S3Test/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
//.package(path: "../../../aws-lambda-swift-sprinter-core"),
1111
//.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-core", from: "1.0.0-alpha.3"),
1212
//.package(path: "../../../aws-lambda-swift-sprinter-nio-plugin"),
13-
.package(url: "https://github.com/Andrea-Scuderi/aws-lambda-swift-sprinter-nio-plugin", from: "1.0.0-alpha.3"),
13+
.package(url: "https://github.com/swift-sprinter/aws-lambda-swift-sprinter-nio-plugin", from: "1.0.0-alpha.3"),
1414
.package(url: "https://github.com/swift-aws/aws-sdk-swift.git", from: "4.0.0-rc1"),
1515
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
1616
],

0 commit comments

Comments
 (0)