diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-11 17:11:11 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-07-11 17:11:11 +0300 |
commit | e4ef43d6982dd49a4edb3a954c9c812a4e889d4f (patch) | |
tree | c3ce74553a0f481fe1a480a833470ff33aebf4fe /.gitmodules | |
parent | 08433f01a9838b33ac349932cf8f54ee42db7fac (diff) |
Adjust with new libpkgconf repository
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index be801fd..923e17b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,10 +24,11 @@ path = libodb-sqlite url = https://scm.codesynthesis.com/odb/libodb-sqlite.git update = none -[submodule "libpkgconf"] - path = libpkgconf - url = https://git.build2.org/packaging/pkgconf/libpkgconf.git - update = none [submodule "sqlite"] path = sqlite url = https://git.build2.org/packaging/sqlite/sqlite.git + update = none +[submodule "pkgconf"] + path = pkgconf + url = https://git.build2.org/packaging/pkgconf/pkgconf.git + update = none |