diff options
Diffstat (limited to 'classpath.c')
-rw-r--r-- | classpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classpath.c b/classpath.c index fe5ab98..d118c49 100644 --- a/classpath.c +++ b/classpath.c @@ -106,7 +106,7 @@ static void *classpath_new() if(!classpath_instance_count) { post("[classpath] %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__ " "); post("\tcompiled against Pd version %d.%d.%d", PD_MAJOR_VERSION, PD_MINOR_VERSION, PD_BUGFIX_VERSION); |