diff options
| author | Michael Forney <mforney@mforney.org> | 2016-12-20 01:36:02 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-12-20 01:55:33 -0800 |
| commit | 9f7d7c409f438767eaeff0bf466e8fe7d88cc18e (patch) | |
| tree | d5da8b1c92027ece97971e0e7bfadbee79850e2f /.gitmodules | |
| parent | eba7a9963ecf97c1a74bda79fe8adc1600c5f084 (diff) | |
ubase: Set repository URL to my github branch
This also pulls in a tiny fix for mount (which also happens to silence a
gcc 6 warning).
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index e5a648ab..1db71760 100644 --- a/.gitmodules +++ b/.gitmodules @@ -185,8 +185,7 @@ url = https://github.com/eggert/tz [submodule "pkg/ubase/src"] path = pkg/ubase/src - url = git://git.suckless.org/ubase - ignore = all + url = https://github.com/michaelforney/ubase [submodule "pkg/util-linux/src"] path = pkg/util-linux/src url = https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git |
