Skip to content

Commit 652dcaf

Browse files
committed
Use upstream swift-service-lifecycle
They merged my PR for SIGCONT, so no need for my own fork
1 parent 24af6b2 commit 652dcaf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Package.resolved

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

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ let package = Package(
1414
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
1515
.package(url: "https://github.com/apple/swift-async-algorithms", from: "1.0.0"),
1616
.package(
17-
url: "https://github.com/juri/swift-service-lifecycle.git",
18-
revision: "90fa918c822fba4110945973357e166349d337d0"
17+
url: "https://github.com/swift-server/swift-service-lifecycle.git",
18+
revision: "a6a4bc71ccfa2fd4e33ca247855df139d904d51f"
1919
),
2020
],
2121
targets: [

0 commit comments

Comments
 (0)