Skip to content

Commit 0d88a46

Browse files
committed
Fix builder API url (was pointing to gregc's repo after Process debugging)
1 parent 79f9cbf commit 0d88a46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftBundler/SwiftBundler.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public struct SwiftBundler: AsyncParsableCommand {
2727

2828
/// Swift Bundler's git URL. Used when generating Swift packages that depend
2929
/// on the Swift Bundler runtime or builder API.
30-
public static let gitURL = URL(string: "https://github.com/gregcotten/swift-bundler")!
30+
public static let gitURL = URL(string: "https://github.com/stackotter/swift-bundler")!
3131

3232
@Flag(
3333
name: .shortAndLong,

0 commit comments

Comments
 (0)