From 9b92f3d0c678e318862dfcf6f68bec15a1bbdfc4 Mon Sep 17 00:00:00 2001 From: Richard Hartmann <richih.mailinglist@gmail.com> Date: Fri, 2 Aug 2013 17:17:25 +0200 Subject: [PATCH] %s/richih.mailinglist@gmail.com/richih@debian.org/ --- .mailmap | 3 ++- CONTRIBUTORS | 2 +- doc/vcsh.1.ronn | 2 +- vcsh | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.mailmap b/.mailmap index 1e66b4d..5c4d110 100644 --- a/.mailmap +++ b/.mailmap @@ -1,2 +1,3 @@ -Richard Hartmann <richih.mailinglist@gmail.com> <richih+github.com@richih.org> +Richard Hartmann <richih@debian.org> <richih+github.com@richih.org> +Richard Hartmann <richih@debian.org> <richih.mailinglist@gmail.com> Alexander Skurikhin <a.skurihin@gmail.com> <a.skurihin@gmail.com> diff --git a/CONTRIBUTORS b/CONTRIBUTORS index abea9e0..6fc85f0 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -5,7 +5,7 @@ Thomas Ferris Nicolaisen <tfnico@gmail.com> martin f. krafft <madduck@madduck.net> Alessandro Ghedini <alessandro@ghedini.me> Valentin Haenel <valentin.haenel@gmx.de> -Richard Hartmann <richih.mailinglist@gmail.com> +Richard Hartmann <richih@debian.org> mek-apelsin <mek@pels.in> Dieter Plaetinck <dieter@plaetinck.be> Corey Quinn <corey@sequestered.net> diff --git a/doc/vcsh.1.ronn b/doc/vcsh.1.ronn index 01cadb5..d5f0705 100644 --- a/doc/vcsh.1.ronn +++ b/doc/vcsh.1.ronn @@ -282,7 +282,7 @@ This manpage and `vcsh` itself were written by Richard "RichiH" Hartmann. ## COPYRIGHT -Copyright 2011-2013 Richard Hartmann <richih.mailinglist@gmail.com> +Copyright 2011-2013 Richard Hartmann <richih@debian.org> Licensed under the GNU GPL version 2 or higher. diff --git a/vcsh b/vcsh index 85e20d8..943335a 100755 --- a/vcsh +++ b/vcsh @@ -1,7 +1,7 @@ #!/bin/sh # This program is licensed under the GNU GPL version 2 or later. -# (c) Richard "RichiH" Hartmann <richih.mailinglist@gmail.com>, 2011-2013 +# (c) Richard "RichiH" Hartmann <richih@debian.org>, 2011-2013 # For details, see LICENSE. To submit patches, you have to agree to # license your code under the GNU GPL version 2 or later. -- GitLab