diff options
| author | Michael Forney <mforney@mforney.org> | 2019-06-28 10:47:12 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-06-28 10:47:12 -0700 |
| commit | 89ad499dea85a31e169259ba5a743889349cfaae (patch) | |
| tree | d1d28a937bb84f5c2a3cb8cc1b94eea3392a1fe5 | |
| parent | 08c37d4e46895cfa61560f310e5f0a6c65e74189 (diff) | |
alsa-lib, alsa-utils: Switch to github mirror
The main git repositories are down, and github will probably be
more reliable in the long run.
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 878c5f62..01f159e0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,10 @@ [submodule "pkg/alsa-lib/src"] path = pkg/alsa-lib/src - url = git://git.alsa-project.org/alsa-lib.git + url = https://github.com/alsa-project/alsa-lib.git ignore = all [submodule "pkg/alsa-utils/src"] path = pkg/alsa-utils/src - url = git://git.alsa-project.org/alsa-utils.git + url = https://github.com/alsa-project/alsa-utils.git ignore = all [submodule "pkg/awk/src"] path = pkg/awk/src |
