diff options
author | Leo Famulari <leo@famulari.name> | 2015-12-24 16:17:59 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2015-12-26 00:00:21 -0500 |
commit | 97a79b19d1f1ab1b82da66b345ecbfe84651e82c (patch) | |
tree | 984dc28fdb96198429d18a6686fc1d2089bd9b96 /gnu/packages/xiph.scm | |
parent | 5b0bcecdd17188cef6977bd17583ff2b5f7886e5 (diff) | |
download | patches-97a79b19d1f1ab1b82da66b345ecbfe84651e82c.tar patches-97a79b19d1f1ab1b82da66b345ecbfe84651e82c.tar.gz |
gnu: opus-tools: Update source URL.
* gnu/packages/xiph.sch (opus-tools)[source]: Update URL.
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 3e4d6687ea..bc2294e58c 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -320,7 +320,7 @@ incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.") (source (origin (method url-fetch) (uri (string-append - "ftp://ftp.mozilla.org/pub/mozilla.org/opus/opus-tools-" + "http://downloads.xiph.org/releases/opus/opus-tools-" version ".tar.gz")) (sha256 (base32 |