diff --git a/.mailmap b/.mailmap index 1e66b4db2c319380410828aa4a5e91530e4775c3..5c4d110333efc155fbbe94b905a3f3baa3de0c92 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 abea9e09c8fa72f4120dd75aa764ac3fcecdb478..6fc85f0a3c21a3fd9ec229817c9321e3b0857907 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 01cadb5942b9debfeb1135ea0e81ba257e1edb1e..d5f070571d37e9aa3a7536e975a22c19b15fd541 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 85e20d8e6bc3ce41a0f451192a85f8c6e1fba28a..943335aefee246fbc53e33002f11f8d5b25408a9 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.