summaryrefslogtreecommitdiff
path: root/tarfs.c
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2006-03-08 08:12:44 +0000
committerLudovic Courtès <ludo@gnu.org>2006-03-08 08:12:44 +0000
commit482b4ca7291b1b66019392bda25f20ebed2a81e5 (patch)
treebe75bdde4a89fd90809273cd9d25db985e264b36 /tarfs.c
parentb7887d7799ec81cf04ab649bc808a1703db212a4 (diff)
Updated my email address (Ludovic).
Diffstat (limited to 'tarfs.c')
-rw-r--r--tarfs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tarfs.c b/tarfs.c
index fbca8e8af..af282f5f0 100644
--- a/tarfs.c
+++ b/tarfs.c
@@ -1,5 +1,5 @@
/* tarfs - A GNU tar filesystem for the Hurd.
- Copyright (C) 2002, 2003 Ludovic Courtès <ludo@type-z.org>
+ Copyright (C) 2002, 2003 Ludovic Courtès <ludo@chbouib.org>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
@@ -47,7 +47,7 @@ const char *argp_program_version =
"tarfs(rw-alpha) for the GNU Hurd (compiled: " __DATE__ ")";
/* Argp data */
-const char *argp_program_bug_address = "Ludovic Courtès <ludo@type-z.org>";
+const char *argp_program_bug_address = "Ludovic Courtès <ludo@chbouib.org>";
const char *args_doc = "ARCHIVE";
const char *doc = "Hurd tar filesystem:\n"
"parses a tar archive and creates the corresponding filesystem\n";