diff options
author | Clément Lassieur <clement@lassieur.org> | 2017-06-07 23:42:30 +0200 |
---|---|---|
committer | Clément Lassieur <clement@lassieur.org> | 2017-06-08 00:42:56 +0200 |
commit | 517c66c03d16604e0f59db313368a676b761f79b (patch) | |
tree | f6e444c9f7af459327eb9fa8e9cafcfc2b736d1b /gnu | |
parent | 9a68fb6c3002f3e440bb01d8c25c660800101c1b (diff) | |
download | guix-517c66c03d16604e0f59db313368a676b761f79b.tar guix-517c66c03d16604e0f59db313368a676b761f79b.tar.gz |
gnu: livemedia-utils: Change source URL to one that is archived.
* gnu/packages/video.scm (livemedia-utils)[source]: Change it.
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 4b3d83df28..1053f76bb7 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -2176,7 +2176,7 @@ many codecs and formats supported by libmediainfo.") (source (origin (method url-fetch) (uri (string-append - "http://www.live555.com/liveMedia/public/live." + "https://download.videolan.org/contrib/live555/live." version ".tar.gz")) (sha256 (base32 |