Skip to content

Commit dbebdad

Browse files
committedNov 27, 2024
update
1 parent b6dc4bc commit dbebdad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎Package.resolved

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"identity" : "async-http-client",
55
"kind" : "remoteSourceControl",
6-
"location" : "https://github.com/The-Igor/async-http-client.git",
6+
"location" : "https://github.com/igor11191708/async-http-client.git",
77
"state" : {
88
"revision" : "94d2573c14bb6b88110338a0f4f4cd7b0c6f3165",
99
"version" : "1.4.7"

‎Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
],
1515
dependencies: [
1616
// Dependencies declare other packages that this package depends on.
17-
.package(url: "https://github.com/The-Igor/async-http-client.git", from: "1.4.7")
17+
.package(url: "https://github.com/igor11191708/async-http-client.git", from: "1.4.7")
1818
],
1919
targets: [
2020
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)