diff options
| author | Michael Forney <mforney@mforney.org> | 2019-03-18 13:41:47 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-03-19 00:52:21 -0700 |
| commit | 4e554f04953e88ec03f645001c5153461d760bc0 (patch) | |
| tree | 847df67cca191155775d353e023fb442fb2cd0d5 /.gitmodules | |
| parent | 5a1e8ee09062969521dee5609d144ecf727805e1 (diff) | |
Rename libfuse to fuse
Although the upstream repository is called libfuse, the distributed
source archives are called fuse, and this is how most other
distributions name the package.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 3cfff192..895e8f62 100644 --- a/.gitmodules +++ b/.gitmodules @@ -67,6 +67,10 @@ [submodule "pkg/fribidi/src"] path = pkg/fribidi/src url = https://github.com/fribidi/fribidi +[submodule "pkg/fuse/src"] + path = pkg/fuse/src + url = https://github.com/libfuse/libfuse + ignore = all [submodule "pkg/git/src"] path = pkg/git/src url = https://github.com/git/git @@ -100,10 +104,6 @@ [submodule "pkg/libffi/src"] path = pkg/libffi/src url = https://github.com/libffi/libffi -[submodule "pkg/libfuse/src"] - path = pkg/libfuse/src - url = https://github.com/libfuse/libfuse - ignore = all [submodule "pkg/libinput/src"] path = pkg/libinput/src url = https://github.com/michaelforney/libinput |
