[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#32010] [PATCH] gnu: srt2vtt: Update homepage.
From: |
Thompson, David |
Subject: |
[bug#32010] [PATCH] gnu: srt2vtt: Update homepage. |
Date: |
Fri, 29 Jun 2018 14:48:46 -0400 |
Hello
Björn,
On Fri, Jun 29, 2018 at 2:44 PM, Björn Höfling
<address@hidden> wrote:
>
> * gnu/packages/video.scm (srt2vtt): Update Homepage.
> ---
> gnu/packages/video.scm | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
> index ce90d470f..af17ffef1 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -1610,7 +1610,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
> --
> 2.17.1
>
Looks good. Thanks for fixing this!
(To anyone with commit access: Feel free to apply!)
- Dave