Skip to content

Commit

Permalink
Stop pointing to Starscream fork here
Browse files Browse the repository at this point in the history
  • Loading branch information
zacwest committed Mar 6, 2021
1 parent c3ab8fd commit cda4592
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"pins": [
{
"package": "Starscream",
"repositoryURL": "https://github.com/zacwest/Starscream",
"repositoryURL": "https://github.com/daltoniam/Starscream",
"state": {
"branch": "ha-swift-api",
"revision": "35db1249f572e81c480f7159051194f688c16825",
"version": null
"branch": null,
"revision": "df8d82047f6654d8e4b655d1b1525c64e1059d21",
"version": "4.0.4"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ public let package = Package(
],
dependencies: [
.package(
url: "https://github.com/zacwest/Starscream",
.branch("ha-swift-api")
url: "https://github.com/daltoniam/Starscream",
from: "4.0.4"
),
],
targets: [
Expand Down

0 comments on commit cda4592

Please sign in to comment.