Skip to content

Commit 663e99a

Browse files
committed
[Package] Prepare for github
1 parent 808889c commit 663e99a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ extension Package.Dependency {
6060
enum Source: String {
6161
case local, remote, github
6262

63-
static var `default`: Self { .local }
63+
static var `default`: Self { .github }
6464

6565
var baseUrl: String {
6666
switch self {
6767
case .local: return "../"
6868
case .remote: return "https://swiftstack.io/"
69-
case .github: return "https://github.com/swift-stack/"
69+
case .github: return "https://github.com/swiftstack/"
7070
}
7171
}
7272

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ XML implementation with streaming parser
55
## Package.swift
66

77
```swift
8-
.package(url: "https://github.com/swift-stack/xml.git", .branch("dev"))
8+
.package(url: "https://github.com/swiftstack/xml.git", .branch("dev"))
99
```

0 commit comments

Comments
 (0)