diff options
author | Wojtek Kosior <koszko@koszko.org> | 2022-02-07 16:51:11 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2022-02-07 16:51:11 +0100 |
commit | 16eaeb86948349141b1e6072eb6540c7cece10b6 (patch) | |
tree | a5d69a3dbc448b15f016316db31c8280a13a1b10 /.gitmodules | |
parent | b5eb89e10762fb7e71c2e8e0cf28ab7c5206884a (diff) | |
download | hydrilla-builder-16eaeb86948349141b1e6072eb6540c7cece10b6.tar.gz hydrilla-builder-16eaeb86948349141b1e6072eb6540c7cece10b6.zip |
move to a namespace package under 'hydrilla'
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index a0579db..98d2b26 100644 --- a/.gitmodules +++ b/.gitmodules @@ -5,7 +5,7 @@ # Available under the terms of Creative Commons Zero v1.0 Universal. [submodule "src/hydrilla_builder/schemas"] - path = src/hydrilla_builder/schemas + path = src/hydrilla/builder/schemas url = ../hydrilla-json-schemas [submodule "src/test/source-package-example"] path = src/test/source-package-example |