On Fri, 29 Jun 2018 22:22:08 +0300 Oleg Pykhalov wrote: > Hello, > > "Thompson, David" writes: > > […] > > > On Fri, Jun 29, 2018 at 2:44 PM, Björn Höfling > > 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!) > > Pushed as 373cc3b74a6ad33fddf75c2d773a97b1775bda8e > > Oleg. Thanks for the quick review by the package owner himself and the push :-) Björn