We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f9cbf commit 0d88a46Copy full SHA for 0d88a46
Sources/SwiftBundler/SwiftBundler.swift
@@ -27,7 +27,7 @@ public struct SwiftBundler: AsyncParsableCommand {
27
28
/// Swift Bundler's git URL. Used when generating Swift packages that depend
29
/// on the Swift Bundler runtime or builder API.
30
- public static let gitURL = URL(string: "https://github.com/gregcotten/swift-bundler")!
+ public static let gitURL = URL(string: "https://github.com/stackotter/swift-bundler")!
31
32
@Flag(
33
name: .shortAndLong,
0 commit comments