diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-11-02 22:36:53 -0500 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-11-02 22:36:53 -0500 |
| commit | 3843c0d857c5d27411df234733e6020c78278976 (patch) | |
| tree | 3d4ebed9ba55cd51026e53b2b9e04adf75f3d0fe | |
| parent | 26da453832ca90ce22415a59a2aab57ab16cba66 (diff) | |
| download | hush-3843c0d857c5d27411df234733e6020c78278976.tar.gz | |
Fixed domain for submodules
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 785aa2b..da0761a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "external/libmap"] path = external/libmap - url = git@hecate.lan:libmap.git + url = git@hecate.rumbaugh.lan:libmap.git |