aboutsummaryrefslogtreecommitdiffstats
path: root/fbi.c
diff options
context:
space:
mode:
Diffstat (limited to 'fbi.c')
-rw-r--r--fbi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fbi.c b/fbi.c
index b8240c1..aa0a921 100644
--- a/fbi.c
+++ b/fbi.c
@@ -1,7 +1,7 @@
/*
* image viewer, for framebuffer devices
*
- * (c) 1998-2012 Gerd Hoffmann <kraxel@bytesex.org>
+ * (c) 1998-2012 Gerd Hoffmann <gerd@kraxel.org>
*
*/
@@ -164,7 +164,7 @@ version(void)
{
fprintf(stderr,
"fbi version " VERSION ", compiled on %s\n"
- "(c) 1998-2012 Gerd Hoffmann <kraxel@bytesex.org> [SUSE Labs]\n",
+ "(c) 1998-2012 Gerd Hoffmann <gerd@kraxel.org> [SUSE Labs]\n",
__DATE__ );
}