Skip to content

Commit 01c261a

Browse files
authored
Merge pull request #3240 from SwiftPackageIndex/move-plot
Moved Plot fork into our organisation
2 parents 2e11bda + 1dffc26 commit 01c261a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Package.resolved

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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let package = Package(
2929
dependencies: [
3030
.package(url: "https://github.com/0xLeif/Cache.git", from: "2.1.0"),
3131
.package(url: "https://github.com/JohnSundell/Ink.git", from: "0.5.1"),
32-
.package(url: "https://github.com/daveverwer/Plot.git", branch: "sitemapindex"),
32+
.package(url: "https://github.com/SwiftPackageIndex/Plot.git", branch: "main"),
3333
.package(url: "https://github.com/MrLotU/SwiftPrometheus.git", from: "1.0.0-alpha"),
3434
.package(url: "https://github.com/SwiftPackageIndex/CanonicalPackageURL.git", from: "0.0.8"),
3535
.package(url: "https://github.com/SwiftPackageIndex/DependencyResolution.git", from: "1.1.2"),

0 commit comments

Comments
 (0)