diff options
author | Björn Höfling <bjoern.hoefling@bjoernhoefling.de> | 2018-06-29 20:44:38 +0200 |
---|---|---|
committer | Oleg Pykhalov <go.wigust@gmail.com> | 2018-06-29 22:19:48 +0300 |
commit | 373cc3b74a6ad33fddf75c2d773a97b1775bda8e (patch) | |
tree | 81002c10a9e4afe5b4ddae1f0f3be52918c9cf41 | |
parent | 529701aa013e645221c4258cfcd4df096876162e (diff) | |
download | guix-373cc3b74a6ad33fddf75c2d773a97b1775bda8e.tar guix-373cc3b74a6ad33fddf75c2d773a97b1775bda8e.tar.gz |
gnu: srt2vtt: Update homepage.
* gnu/packages/video.scm (srt2vtt): Update Homepage.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
-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 b5fb169893..2b8f3e18d2 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -1611,7 +1611,7 @@ device without having to bother about the decryption.") (synopsis "SubRip to WebVTT subtitle converter") (description "srt2vtt converts SubRip formatted subtitles to WebVTT format for use with HTML5 video.") - (home-page "http://dthompson.us/pages/software/srt2vtt") + (home-page "https://dthompson.us/projects/srt2vtt.html") (license license:gpl3+))) (define-public avidemux |