aboutsummaryrefslogtreecommitdiff
path: root/patch-delta.c
diff options
context:
space:
mode:
authorNicolas Pitre <nico@fluxnic.net>2009-09-14 02:41:16 -0400
committerJunio C Hamano <gitster@pobox.com>2009-09-14 02:23:36 -0700
commit03aa8ff3be3b35522b2e378651e65e0e86778018 (patch)
treed1835328c7894a7281654efd093211a0b5d56154 /patch-delta.c
parent0f4b377c20fb7d93f8bfeec39efb2b9392d6aebc (diff)
downloadgit-03aa8ff3be3b35522b2e378651e65e0e86778018.tar.gz
git-03aa8ff3be3b35522b2e378651e65e0e86778018.tar.xz
Nicolas Pitre has a new email address
Due to problems at cam.org, my nico@cam.org email address is no longer valid. From now on, nico@fluxnic.net should be used instead. Signed-off-by: Nicolas Pitre <nico@fluxnic.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'patch-delta.c')
-rw-r--r--patch-delta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch-delta.c b/patch-delta.c
index ef748ce96..e02e13bd4 100644
--- a/patch-delta.c
+++ b/patch-delta.c
@@ -2,7 +2,7 @@
* patch-delta.c:
* recreate a buffer from a source and the delta produced by diff-delta.c
*
- * (C) 2005 Nicolas Pitre <nico@cam.org>
+ * (C) 2005 Nicolas Pitre <nico@fluxnic.net>
*
* This code is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as