File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 12
12
{
13
13
"identity" : " swift-docc-plugin" ,
14
14
"kind" : " remoteSourceControl" ,
15
- "location" : " https://github.com/apple /swift-docc-plugin" ,
15
+ "location" : " https://github.com/swiftlang /swift-docc-plugin" ,
16
16
"state" : {
17
17
"revision" : " 26ac5758409154cc448d7ab82389c520fa8a8247" ,
18
18
"version" : " 1.3.0"
21
21
{
22
22
"identity" : " swift-docc-symbolkit" ,
23
23
"kind" : " remoteSourceControl" ,
24
- "location" : " https://github.com/apple /swift-docc-symbolkit" ,
24
+ "location" : " https://github.com/swiftlang /swift-docc-symbolkit" ,
25
25
"state" : {
26
26
"revision" : " b45d1f2ed151d057b54504d653e0da5552844e34" ,
27
27
"version" : " 1.0.0"
48
48
{
49
49
"identity" : " swift-syntax" ,
50
50
"kind" : " remoteSourceControl" ,
51
- "location" : " https://github.com/apple /swift-syntax.git" ,
51
+ "location" : " https://github.com/swiftlang /swift-syntax.git" ,
52
52
"state" : {
53
53
"revision" : " 303e5c5c36d6a558407d364878df131c3546fad8" ,
54
54
"version" : " 510.0.2"
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ let package = Package(
14
14
] ,
15
15
dependencies: [
16
16
. package (
17
- url: " https://github.com/apple /swift-syntax.git " ,
17
+ url: " https://github.com/swiftlang /swift-syntax.git " ,
18
18
from: " 510.0.0 "
19
19
) ,
20
- . package ( url: " https://github.com/apple /swift-docc-plugin " , from: " 1.3.0 " ) ,
20
+ . package ( url: " https://github.com/swiftlang /swift-docc-plugin " , from: " 1.3.0 " ) ,
21
21
. package ( url: " https://github.com/SwiftPackageIndex/SPIManifest.git " , from: " 0.12.0 " ) ,
22
22
. package ( url: " https://github.com/pointfreeco/swift-macro-testing " , from: " 0.4.0 " ) ,
23
23
] ,
You can’t perform that action at this time.
0 commit comments