Revert last dmd_core change, fix submodule

The submodule was pointing at a private-SSH URL instead of the public
github URL for dmd_core. This commit fixes that.

It also reverts the last change to dmd_core, which apparently introduced
a bug.
This commit is contained in:
Seth Morabito 2022-12-04 17:05:30 -08:00
parent 07988707ef
commit 969214c6d5
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "dmd_core"]
path = dmd_core
url = git@github.com:sethm/dmd_core.git
url = https://github.com/sethm/dmd_core.git

@ -1 +1 @@
Subproject commit d19f3d4fdb6161127b78e05b2e777c58fd226773
Subproject commit 73ea34e619a2a726213682f6c498c9abc3a29902