diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2020-08-26 18:35:14 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2020-08-26 18:35:14 +0200 |
commit | 17dddeeee560527a8f30d37761949d658056cb09 (patch) | |
tree | 15b0b19c55787f556eb9b42c28d173bddc5435db /gnu/packages/xiph.scm | |
parent | 331a09654eb7e9f6212b7e8469077fa7393e8b11 (diff) | |
parent | 6a9581741e4ee81226aeb2f1c997df76670a6aab (diff) |
Merge remote-tracking branch 'origin/master' into core-updates
Diffstat (limited to 'gnu/packages/xiph.scm')
-rw-r--r-- | gnu/packages/xiph.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index 7487858fd3..fb3c06418b 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -201,7 +201,7 @@ work from the @code{speex} codec.") (source (origin (method git-fetch) (uri (git-reference - (url "https://git.xiph.org/libao.git") + (url "https://gitlab.xiph.org/xiph/libao") (commit version))) (file-name (git-file-name name version)) (sha256 |