Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Commit 1bea99d

Browse files
committed
update repo urls
1 parent 66a5b35 commit 1bea99d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

installer/source/app.d

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -193,15 +193,15 @@ int main(string[] args)
193193
"--init", "--recursive"], ["dub", "upgrade"],
194194
["dub", "build", "--compiler=" ~ winCompiler, "--combined", "--build=release"]]))
195195
return 1;
196-
if (dcd && !dubInstall!(false, true)("DCD", "https://github.com/Hackerpilot/DCD.git",
196+
if (dcd && !dubInstall!(false, true)("DCD", "https://github.com/dlang-community/DCD.git",
197197
[".\\dcd-client.exe", ".\\dcd-server.exe"], [["dub", "upgrade"], ["dub", "build", "--build=release",
198198
"--config=client"], ["dub", "build", "--build=release", "--config=server"]]))
199199
return 1;
200-
if (dscanner && !dubInstall("Dscanner", "https://github.com/Hackerpilot/Dscanner.git",
200+
if (dscanner && !dubInstall("Dscanner", "https://github.com/dlang-community/Dscanner.git",
201201
[".\\bin\\dscanner.exe"], [["git", "submodule", "update", "--init",
202202
"--recursive"], ["cmd", "/c", "build.bat"]]))
203203
return 1;
204-
if (dfmt && !dubInstall("dfmt", "https://github.com/Hackerpilot/dfmt.git", [".\\dfmt.exe"]))
204+
if (dfmt && !dubInstall("dfmt", "https://github.com/dlang-community/dfmt.git", [".\\dfmt.exe"]))
205205
return 1;
206206
}
207207
else
@@ -214,14 +214,14 @@ int main(string[] args)
214214
else if (!dubInstall("workspace-d",
215215
"https://github.com/Pure-D/workspace-d.git", ["./workspace-d"]))
216216
return 1;
217-
if (dcd && !dubInstall!(false, true)("DCD", "https://github.com/Hackerpilot/DCD.git",
217+
if (dcd && !dubInstall!(false, true)("DCD", "https://github.com/dlang-community/DCD.git",
218218
["./dcd-client", "./dcd-server"], [["dub", "upgrade"], ["dub", "build", "--build=release",
219219
"--config=client"], ["dub", "build", "--build=release", "--config=server"]]))
220220
return 1;
221-
if (dscanner && !dubInstall("Dscanner", "https://github.com/Hackerpilot/Dscanner.git",
221+
if (dscanner && !dubInstall("Dscanner", "https://github.com/dlang-community/Dscanner.git",
222222
["./bin/dscanner"], [["git", "submodule", "update", "--init", "--recursive"], ["make"]]))
223223
return 1;
224-
if (dfmt && !dubInstall("dfmt", "https://github.com/Hackerpilot/dfmt.git", ["./dfmt"]))
224+
if (dfmt && !dubInstall("dfmt", "https://github.com/dlang-community/dfmt.git", ["./dfmt"]))
225225
return 1;
226226
}
227227
writeln();

0 commit comments

Comments
 (0)