On Wed, 18 May 2016 13:42:03 +0300 Alex Kost <[email protected]> wrote:
> Kei Kebreau (2016-05-17 21:35 +0300) wrote: > > > Git wouldn't let me change my name in the Makefile and Makefile.in > > files. Any idea why? > > These files are not a part of the git repo (they are generated during > "autoreconf" and "./configure" calls); only "Makefile.am" is. > > > From 5c3594e9eabeed2c4d59b6f6836409c68c8c8cde Mon Sep 17 00:00:00 > > 2001 From: Kei Yamashita <[email protected]> > > But it is still "Yamashita" here ;-) > > > Date: Tue, 17 May 2016 14:17:14 -0400 > > Subject: [PATCH] Update name for Kei Kebreau. > > > > --- > > gnu/local.mk | 2 +- > > gnu/packages/calendar.scm | 2 +- > > gnu/packages/dillo.scm | 2 +- > > gnu/packages/fltk.scm | 2 +- > > gnu/packages/game-development.scm | 2 +- > > gnu/packages/games.scm | 2 +- > > gnu/packages/gnome.scm | 2 +- > > gnu/packages/gnustep.scm | 2 +- > > gnu/packages/gtk.scm | 2 +- > > gnu/packages/music.scm | 2 +- > > gnu/packages/xfce.scm | 2 +- > > 11 files changed, 11 insertions(+), 11 deletions(-) > > Also please the following line to ".mailmap" file: > > Kei Kebreau <[email protected]> > > The AUTHORS file (in the release tarballs) is generated from "git > shortlog -nse" output. To keep it clear, we maintain ".mailmap" file. > Otherwise both "Kei Yamashita" and "Kei Kebreau" will appear in > AUTHORS. > Okay. I think I did this correctly. -- Kei (GPG Key: 4096R/E6A5EE3C19467A0D)
From 67aaa2353e9e2e88b8a3be69cb7384a5a1bc21a0 Mon Sep 17 00:00:00 2001 From: Kei Kebreau <[email protected]> Date: Wed, 18 May 2016 09:58:47 -0400 Subject: [PATCH] Update name for Kei Kebreau. --- .mailmap | 1 + gnu/local.mk | 2 +- gnu/packages/calendar.scm | 2 +- gnu/packages/dillo.scm | 2 +- gnu/packages/fltk.scm | 2 +- gnu/packages/game-development.scm | 2 +- gnu/packages/games.scm | 2 +- gnu/packages/gnome.scm | 2 +- gnu/packages/gtk.scm | 2 +- gnu/packages/music.scm | 2 +- gnu/packages/xfce.scm | 2 +- 11 files changed, 11 insertions(+), 10 deletions(-) diff --git a/.mailmap b/.mailmap index 8f61e0e..21841c1 100644 --- a/.mailmap +++ b/.mailmap @@ -24,6 +24,7 @@ Joshua Grant <[email protected]> <[email protected]> Joshua Grant <[email protected]> <[email protected]> Joshua Grant <[email protected]> <[email protected]> Joshua Grant <[email protected]> <[email protected]> +Kei Kebreau <[email protected]> Leo Famulari <[email protected]> <[email protected]> Ludovic Courtès <[email protected]> <[email protected]> Mathieu Lirzin <[email protected]> <[email protected]> diff --git a/gnu/local.mk b/gnu/local.mk index 0e461b3..3fa2792 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -4,7 +4,7 @@ # Copyright © 2016 Mathieu Lirzin <[email protected]> # Copyright © 2013, 2014, 2015, 2016 Mark H Weaver <[email protected]> # Copyright © 2016 Chris Marusich <[email protected]> -# Copyright © 2016 Kei Yamashita <[email protected]> +# Copyright © 2016 Kei Kebreau <[email protected]> # # This file is part of GNU Guix. # diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm index ff57ba1..3b5aba7 100644 --- a/gnu/packages/calendar.scm +++ b/gnu/packages/calendar.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015 David Thompson <[email protected]> ;;; Copyright © 2015, 2016 Leo Famulari <[email protected]> -;;; Copyright © 2016 Kei Yamashita <[email protected]> +;;; Copyright © 2016 Kei Kebreau <[email protected]> ;;; Copyright © 2016 Efraim Flashner <[email protected]> ;;; ;;; This file is part of GNU Guix. diff --git a/gnu/packages/dillo.scm b/gnu/packages/dillo.scm index 0fd84d9..6e0c4d1 100644 --- a/gnu/packages/dillo.scm +++ b/gnu/packages/dillo.scm @@ -1,5 +1,5 @@ ;;; GNU Guix --- Functional package management for GNU -;;; Copyright © 2016 Kei Yamashita <[email protected]> +;;; Copyright © 2016 Kei Kebreau <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; diff --git a/gnu/packages/fltk.scm b/gnu/packages/fltk.scm index bc6b4ab..27d2f62 100644 --- a/gnu/packages/fltk.scm +++ b/gnu/packages/fltk.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2014 John Darrington <[email protected]> ;;; Copyright © 2015 Eric Bavier <[email protected]> ;;; Copyright © 2015 Ricardo Wurmus <[email protected]> -;;; Copyright © 2016 Kei Yamashita <[email protected]> +;;; Copyright © 2016 Kei Kebreau <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index f6b3c0b..56617bb 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -6,7 +6,7 @@ ;;; Copyright © 2015 Alex Kost <[email protected]> ;;; Copyright © 2015, 2016 David Thompson <[email protected]> ;;; Copyright © 2016 Efraim Flashner <[email protected]> -;;; Copyright © 2016 Kei Yamashita <[email protected]> +;;; Copyright © 2016 Kei Kebreau <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 1af40e9..fc16862 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -18,7 +18,7 @@ ;;; Copyright © 2016 Manolis Fragkiskos Ragkousis <[email protected]> ;;; Copyright © 2016 Nils Gillmann <[email protected]> ;;; Copyright © 2016 Albin Söderqvist <[email protected]> -;;; Copyright © 2016 Kei Yamashita <[email protected]> +;;; Copyright © 2016 Kei Kebreau <[email protected]> ;;; Copyright © 2016 Alex Griffin <[email protected]> ;;; ;;; This file is part of GNU Guix. diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8963e3f..c42dfc2 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -15,7 +15,7 @@ ;;; Copyright © 2016 Rene Saavedra <[email protected]> ;;; Copyright © 2016 Jochem Raat <[email protected]> ;;; Copyright © 2016 Rene Saavedra <[email protected]> -;;; Copyright © 2016 Kei Yamashita <[email protected]> +;;; Copyright © 2016 Kei Kebreau <[email protected]> ;;; Copyright © 2016 Jan Nieuwenhuizen <[email protected]> ;;; ;;; This file is part of GNU Guix. diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 8abf16e..1fe52a4 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -10,7 +10,7 @@ ;;; Copyright © 2015 David Hashe <[email protected]> ;;; Copyright © 2016 Efraim Flashner <[email protected]> ;;; Copyright © 2016 Fabian Harfert <[email protected]> -;;; Copyright © 2016 Kei Yamashita <[email protected]> +;;; Copyright © 2016 Kei Kebreau <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 39e261d..f2787ee 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2016 Al McElrath <[email protected]> ;;; Copyright © 2016 Efraim Flashner <[email protected]> ;;; Copyright © 2016 Leo Famulari <[email protected]> -;;; Copyright © 2016 Kei Yamashita <[email protected]> +;;; Copyright © 2016 Kei Kebreau <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm index c164c66..c201f03 100644 --- a/gnu/packages/xfce.scm +++ b/gnu/packages/xfce.scm @@ -3,7 +3,7 @@ ;;; Copyright © 2014, 2015 Mark H Weaver <[email protected]> ;;; Copyright © 2016 Andreas Enge <[email protected]> ;;; Copyright © 2016 Florian Paul Schmidt <[email protected]> -;;; Copyright © 2016 Kei Yamashita <[email protected]> +;;; Copyright © 2016 Kei Kebreau <[email protected]> ;;; ;;; This file is part of GNU Guix. ;;; -- 2.7.4
pgpnLa1Ucz3ju.pgp
Description: OpenPGP digital signature
