diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-12-25 12:31:40 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-12-25 12:31:40 +0200 |
commit | e661d5c25705c07350ba9ad4ab70bf40b51fe18a (patch) | |
tree | 78813d90c96e73818e2f9e7ef1c485f29fa50360 /gnu | |
parent | ce5b71f98ce39c92637876120f44868ec7ad391f (diff) |
gnu: xvid: Update source uri.
This is a follow-up to e5f415e007dbe8544b346e30a847a6c0220b14e5.
* gnu/packages/video.scm (xvid)[source]: Update source uri.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index b69acdb472..53912ed344 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2137,7 +2137,7 @@ format changes.") (source (origin (method url-fetch) (uri (string-append - "http://downloads.xvid.org/downloads/xvidcore-" + "http://downloads.xvid.com/downloads/xvidcore-" version ".tar.bz2")) (sha256 (base32 |