@@ -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