diff options
| author | Michael Forney <mforney@mforney.org> | 2016-11-09 09:32:59 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-11-09 09:32:59 -0800 |
| commit | 1dce34dae0791ce13c9e2f89fca77e28db54d9d6 (patch) | |
| tree | 530b3a8db64958c728dda23db72d91171ddfb6ef /.gitmodules | |
| parent | 1d155f7d948c0a83ce80342f10ae226a2d2da533 (diff) | |
Add util-linux 2.29 (for fdisk)
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index c6b9321b..8840efef 100644 --- a/.gitmodules +++ b/.gitmodules @@ -59,6 +59,9 @@ path = core/ubase/src url = git://git.suckless.org/ubase ignore = all +[submodule "core/util-linux/src"] + path = core/util-linux/src + url = https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git [submodule "core/zlib/src"] path = core/zlib/src url = https://github.com/madler/zlib |
