all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#32010] [PATCH] gnu: srt2vtt: Update homepage.
@ 2018-06-29 18:44 Björn Höfling
  2018-06-29 18:48 ` Thompson, David
  0 siblings, 1 reply; 4+ messages in thread
From: Björn Höfling @ 2018-06-29 18:44 UTC (permalink / raw)
  To: 32010

[-- Attachment #1: Type: text/plain, Size: 747 bytes --]


* 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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#32010] [PATCH] gnu: srt2vtt: Update homepage.
  2018-06-29 18:44 [bug#32010] [PATCH] gnu: srt2vtt: Update homepage Björn Höfling
@ 2018-06-29 18:48 ` Thompson, David
  2018-06-29 19:22   ` Oleg Pykhalov
  0 siblings, 1 reply; 4+ messages in thread
From: Thompson, David @ 2018-06-29 18:48 UTC (permalink / raw)
  To: Björn Höfling; +Cc: 32010

Hello

Björn,


On Fri, Jun 29, 2018 at 2:44 PM, Björn Höfling
<bjoern.hoefling@bjoernhoefling.de> 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#32010] [PATCH] gnu: srt2vtt: Update homepage.
  2018-06-29 18:48 ` Thompson, David
@ 2018-06-29 19:22   ` Oleg Pykhalov
  2018-06-29 20:08     ` Björn Höfling
  0 siblings, 1 reply; 4+ messages in thread
From: Oleg Pykhalov @ 2018-06-29 19:22 UTC (permalink / raw)
  To: Björn Höfling; +Cc: 32010, 32010-done

[-- Attachment #1: Type: text/plain, Size: 1143 bytes --]

Hello,

"Thompson, David" <dthompson2@worcester.edu> writes:

[…]

> On Fri, Jun 29, 2018 at 2:44 PM, Björn Höfling
> <bjoern.hoefling@bjoernhoefling.de> 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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#32010] [PATCH] gnu: srt2vtt: Update homepage.
  2018-06-29 19:22   ` Oleg Pykhalov
@ 2018-06-29 20:08     ` Björn Höfling
  0 siblings, 0 replies; 4+ messages in thread
From: Björn Höfling @ 2018-06-29 20:08 UTC (permalink / raw)
  To: Oleg Pykhalov; +Cc: 32010-done

[-- Attachment #1: Type: text/plain, Size: 1391 bytes --]

On Fri, 29 Jun 2018 22:22:08 +0300
Oleg Pykhalov <go.wigust@gmail.com> wrote:

> Hello,
> 
> "Thompson, David" <dthompson2@worcester.edu> writes:
> 
> […]
> 
> > On Fri, Jun 29, 2018 at 2:44 PM, Björn Höfling
> > <bjoern.hoefling@bjoernhoefling.de> 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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 181 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-06-29 20:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-29 18:44 [bug#32010] [PATCH] gnu: srt2vtt: Update homepage Björn Höfling
2018-06-29 18:48 ` Thompson, David
2018-06-29 19:22   ` Oleg Pykhalov
2018-06-29 20:08     ` Björn Höfling

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.