aboutsummaryrefslogtreecommitdiff
path: root/passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'passwd.c')
-rw-r--r--passwd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/passwd.c b/passwd.c
index 8045bb3..7f574ca 100644
--- a/passwd.c
+++ b/passwd.c
@@ -1,7 +1,7 @@
/* --------------------------------------------------------------------------*/
/* */
/* converts a UID 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 */
/* */
@@ -165,7 +165,7 @@ static void *passwd_new(t_symbol *s, int argc, t_atom *argv)
if(!passwd_instance_count)
{
post("[passwd] %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__ " ");
}
passwd_instance_count++;