diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2018-06-05 06:17:23 -0700 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2018-06-05 06:17:23 -0700 |
commit | 4cc34cd0b3843b370c8e28cb35d90e21116f63e4 (patch) | |
tree | 13402518d1e03129718c36c84107f10b846f68f4 | |
parent | 9a973774a449ac299dae18e347d84cd2f58ca025 (diff) |
Update submodule address for ubergraph
Run "git submodule sync" to fetch it from the new source if you already
have it checked out.
Fixes #261.
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 43026ff5..13294627 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "deps/uber-graph"] path = deps/uber-graph - url = https://github.com/chergert/uber-graph.git + url = https://gitlab.gnome.org/chergert/uber-graph |