All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: update avr32 web ressources
@ 2013-01-22 17:16 Matthias Brugger
  2013-01-22 20:10 ` Hans-Christian Egtvedt
  0 siblings, 1 reply; 5+ messages in thread
From: Matthias Brugger @ 2013-01-22 17:16 UTC (permalink / raw)
  To: Andrew Morton, Mauro Carvalho Chehab, David S. Miller,
	Cesar Eduardo Barros, Greg Kroah-Hartman, Haavard Skinnemoen,
	Hans-Christian Egtvedt, linux-kernel
  Cc: Matthias Brugger

Web ressource http://avr32linux.org is no longer
available. This patch deletes the corresponding line.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
---
 MAINTAINERS | 1 -
 1 file changed, 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3105c48..e9c1746 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1489,7 +1489,6 @@ AVR32 ARCHITECTURE
 M:	Haavard Skinnemoen <hskinnemoen@gmail.com>
 M:	Hans-Christian Egtvedt <egtvedt@samfundet.no>
 W:	http://www.atmel.com/products/AVR32/
-W:	http://avr32linux.org/
 W:	http://avrfreaks.net/
 S:	Maintained
 F:	arch/avr32/
-- 
1.7.11.7


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

* Re: [PATCH] MAINTAINERS: update avr32 web ressources
  2013-01-22 17:16 [PATCH] MAINTAINERS: update avr32 web ressources Matthias Brugger
@ 2013-01-22 20:10 ` Hans-Christian Egtvedt
  2013-01-23 12:49   ` Matthias Brugger
  0 siblings, 1 reply; 5+ messages in thread
From: Hans-Christian Egtvedt @ 2013-01-22 20:10 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: Andrew Morton, Mauro Carvalho Chehab, David S. Miller,
	Cesar Eduardo Barros, Greg Kroah-Hartman, Haavard Skinnemoen,
	linux-kernel

Around Tue 22 Jan 2013 18:16:21 +0100 or thereabout, Matthias Brugger wrote:
> Web ressource http://avr32linux.org is no longer
> available. This patch deletes the corresponding line.
> 
> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
> ---
>  MAINTAINERS | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 3105c48..e9c1746 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1489,7 +1489,6 @@ AVR32 ARCHITECTURE
>  M:	Haavard Skinnemoen <hskinnemoen@gmail.com>
>  M:	Hans-Christian Egtvedt <egtvedt@samfundet.no>
>  W:	http://www.atmel.com/products/AVR32/
> -W:	http://avr32linux.org/

Actually, it is available at http://mirror.egtvedt.no/avr32linux.org/ which
will be up as long as I'm maintainer. The link above should reflect that
though.

>  W:	http://avrfreaks.net/
>  S:	Maintained
>  F:	arch/avr32/

-- 
mvh
Hans-Christian Egtvedt

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

* Re: [PATCH] MAINTAINERS: update avr32 web ressources
  2013-01-22 20:10 ` Hans-Christian Egtvedt
@ 2013-01-23 12:49   ` Matthias Brugger
  2013-01-23 14:24     ` Hans-Christian Egtvedt
  0 siblings, 1 reply; 5+ messages in thread
From: Matthias Brugger @ 2013-01-23 12:49 UTC (permalink / raw)
  To: Hans-Christian Egtvedt
  Cc: Andrew Morton, Mauro Carvalho Chehab, David S. Miller,
	Cesar Eduardo Barros, Greg Kroah-Hartman, Haavard Skinnemoen,
	linux-kernel

On 01/22/2013 09:10 PM, Hans-Christian Egtvedt wrote:
> Around Tue 22 Jan 2013 18:16:21 +0100 or thereabout, Matthias Brugger wrote:
>> Web ressource http://avr32linux.org is no longer
>> available. This patch deletes the corresponding line.
>>
>> Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
>> ---
>>   MAINTAINERS | 1 -
>>   1 file changed, 1 deletion(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 3105c48..e9c1746 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1489,7 +1489,6 @@ AVR32 ARCHITECTURE
>>   M:	Haavard Skinnemoen <hskinnemoen@gmail.com>
>>   M:	Hans-Christian Egtvedt <egtvedt@samfundet.no>
>>   W:	http://www.atmel.com/products/AVR32/
>> -W:	http://avr32linux.org/
> Actually, it is available at http://mirror.egtvedt.no/avr32linux.org/ which
> will be up as long as I'm maintainer. The link above should reflect that
> though.
http://avr32linux.org/ actually redirects to a blog talking about "sink 
the bismarck".
Can you redirect the URL to your mirror or should I send a patch for the
MAINTAINERS file?

>
>>   W:	http://avrfreaks.net/
>>   S:	Maintained
>>   F:	arch/avr32/


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

* Re: [PATCH] MAINTAINERS: update avr32 web ressources
  2013-01-23 12:49   ` Matthias Brugger
@ 2013-01-23 14:24     ` Hans-Christian Egtvedt
  2013-01-23 16:12       ` Matthias Brugger
  0 siblings, 1 reply; 5+ messages in thread
From: Hans-Christian Egtvedt @ 2013-01-23 14:24 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: Andrew Morton, Mauro Carvalho Chehab, David S. Miller,
	Cesar Eduardo Barros, Greg Kroah-Hartman, Haavard Skinnemoen,
	linux-kernel

Around Wed 23 Jan 2013 13:49:38 +0100 or thereabout, Matthias Brugger wrote:
> On 01/22/2013 09:10 PM, Hans-Christian Egtvedt wrote:
>>Around Tue 22 Jan 2013 18:16:21 +0100 or thereabout, Matthias Brugger wrote:
>>>Web ressource http://avr32linux.org is no longer
>>>available. This patch deletes the corresponding line.
>>>
>>>Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
>>>---
>>>  MAINTAINERS | 1 -
>>>  1 file changed, 1 deletion(-)
>>>
>>>diff --git a/MAINTAINERS b/MAINTAINERS
>>>index 3105c48..e9c1746 100644
>>>--- a/MAINTAINERS
>>>+++ b/MAINTAINERS
>>>@@ -1489,7 +1489,6 @@ AVR32 ARCHITECTURE
>>>  M:	Haavard Skinnemoen <hskinnemoen@gmail.com>
>>>  M:	Hans-Christian Egtvedt <egtvedt@samfundet.no>
>>>  W:	http://www.atmel.com/products/AVR32/
>>>-W:	http://avr32linux.org/
>>Actually, it is available at http://mirror.egtvedt.no/avr32linux.org/ which
>>will be up as long as I'm maintainer. The link above should reflect that
>>though.
> http://avr32linux.org/ actually redirects to a blog talking about
> "sink the bismarck".
> Can you redirect the URL to your mirror or should I send a patch for the
> MAINTAINERS file?

The domain has been taken by somebody else, hence the mirror site.

-- 
mvh
Hans-Christian Egtvedt

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

* [PATCH] MAINTAINERS: update avr32 web ressources
  2013-01-23 14:24     ` Hans-Christian Egtvedt
@ 2013-01-23 16:12       ` Matthias Brugger
  0 siblings, 0 replies; 5+ messages in thread
From: Matthias Brugger @ 2013-01-23 16:12 UTC (permalink / raw)
  To: Hans-Christian Egtvedt, Andrew Morton, Mauro Carvalho Chehab,
	David S. Miller, Cesar Eduardo Barros, Greg Kroah-Hartman,
	Haavard Skinnemoen, linux-kernel
  Cc: Matthias Brugger

Web ressource http://avr32linux.org/ is no longer
available. We add the mirror of the web page foud
at http://mirror.egtvedt.no/avr32linux.org/.

Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3105c48..d605454 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1489,7 +1489,7 @@ AVR32 ARCHITECTURE
 M:	Haavard Skinnemoen <hskinnemoen@gmail.com>
 M:	Hans-Christian Egtvedt <egtvedt@samfundet.no>
 W:	http://www.atmel.com/products/AVR32/
-W:	http://avr32linux.org/
+W:	http://mirror.egtvedt.no/avr32linux.org/
 W:	http://avrfreaks.net/
 S:	Maintained
 F:	arch/avr32/
-- 
1.7.11.7


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

end of thread, other threads:[~2013-01-23 16:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 17:16 [PATCH] MAINTAINERS: update avr32 web ressources Matthias Brugger
2013-01-22 20:10 ` Hans-Christian Egtvedt
2013-01-23 12:49   ` Matthias Brugger
2013-01-23 14:24     ` Hans-Christian Egtvedt
2013-01-23 16:12       ` Matthias Brugger

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.