diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-28 01:38:50 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-08-28 01:44:44 +0200 |
commit | 152fc9594ebe85c2ba76bb679d7b56945dcbe648 (patch) | |
tree | c9c8dbcd6be83932c7eb986d8eb15d014acfb5a4 /gnu | |
parent | 51988e3a035358eec935930944722374c8ea4871 (diff) | |
download | patches-152fc9594ebe85c2ba76bb679d7b56945dcbe648.tar patches-152fc9594ebe85c2ba76bb679d7b56945dcbe648.tar.gz |
gnu: srt2vtt: Update source URL.
* gnu/packages/video.scm (srt2vtt)[source]: Fetch sources from new URL.
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 3a6f7fa05c..9c728c174a 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1438,7 +1438,7 @@ device without having to bother about the decryption.") (source (origin (method url-fetch) (uri (string-append - "http://dthompson.us/releases/srt2vtt/srt2vtt-" + "https://files.dthompson.us/srt2vtt/srt2vtt-" version ".tar.gz")) (sha256 (base32 |