From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33203) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fYyS9-0004lj-IZ for guix-patches@gnu.org; Fri, 29 Jun 2018 14:49:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fYyS6-00048W-95 for guix-patches@gnu.org; Fri, 29 Jun 2018 14:49:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:60419) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fYyS6-00047g-25 for guix-patches@gnu.org; Fri, 29 Jun 2018 14:49:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fYyS5-0000rD-Oh for guix-patches@gnu.org; Fri, 29 Jun 2018 14:49:01 -0400 Subject: [bug#32010] [PATCH] gnu: srt2vtt: Update homepage. Resent-Message-ID: MIME-Version: 1.0 In-Reply-To: <20180629204438.197a6980@alma-ubu> References: <20180629204438.197a6980@alma-ubu> From: "Thompson, David" Date: Fri, 29 Jun 2018 14:48:46 -0400 Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: =?UTF-8?Q?Bj=C3=B6rn_?= =?UTF-8?Q?H=C3=B6fling?= Cc: 32010@debbugs.gnu.org Hello Bj=C3=B6rn, On Fri, Jun 29, 2018 at 2:44 PM, Bj=C3=B6rn H=C3=B6fling 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 decryptio= n.") > (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