Git wouldn't let me change my name in the Makefile and Makefile.in
files. Any idea why?
From 5c3594e9eabeed2c4d59b6f6836409c68c8c8cde Mon Sep 17 00:00:00 2001
From: Kei Yamashita <[email protected]>
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(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index f64adeb..28ef630 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/gnustep.scm b/gnu/packages/gnustep.scm
index 31fca5b..f5010e2 100644
--- a/gnu/packages/gnustep.scm
+++ b/gnu/packages/gnustep.scm
@@ -1,6 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014 Ludovic Courtès <[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/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

Attachment: pgpoNSv2TLu3F.pgp
Description: OpenPGP digital signature

Reply via email to