aboutsummaryrefslogtreecommitdiff
path: root/group.c
diff options
context:
space:
mode:
Diffstat (limited to 'group.c')
-rw-r--r--group.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/group.c b/group.c
index 298ce16..f4de2d8 100644
--- a/group.c
+++ b/group.c
@@ -1,7 +1,7 @@
/* --------------------------------------------------------------------------*/
/* */
/* converts a GID number to a user name symbol */
-/* Written by Hans-Christoph Steiner <hans@at.or.at> */
+/* Written by Hans-Christoph Steiner <hans@eds.org> */
/* */
/* Copyright (c) 2006 Hans-Christoph Steiner */
/* */
@@ -216,7 +216,7 @@ static void *group_new(t_symbol *s, int argc, t_atom *argv)
if(!group_instance_count)
{
post("[group] %s",version);
- post("\twritten by Hans-Christoph Steiner <hans@at.or.at>");
+ post("\twritten by Hans-Christoph Steiner <hans@eds.org>");
post("\tcompiled on "__DATE__" at "__TIME__ " ");
}
group_instance_count++;