From 5cbe821b8cda069233015e5dfa420e136df6167f Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Sat, 20 Dec 2014 01:57:07 -0600 Subject: [PATCH] wmitime: Update contact information. --- wmitime/README | 6 +++--- wmitime/wmitime.c | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/wmitime/README b/wmitime/README index c26ffa8..3c1f0a0 100644 --- a/wmitime/README +++ b/wmitime/README @@ -1,8 +1,8 @@ wmitime 0.2 beta Public Release -------------------------------------------------------------- Author...: Dave Clark (clarkd@skynet.ca) - -Homepage : http://www.neotokyo.org +Maintainers : Window Maker Developers Team +Homepage : http://windowmaker.org/dockapps/?name=wmitime Description -------------------------------------------------------------- @@ -41,7 +41,7 @@ COPYING GNU General Public License Version 2. Bugs -------------------------------------------------------------- If you discover any bugs in this software, please send a -bugreport to clarkd@skynet.ca and describe the +bugreport to wmaker-dev@lists.windowmaker.org and describe the problem as detailed! as you can. diff --git a/wmitime/wmitime.c b/wmitime/wmitime.c index 60d1144..d574ef7 100644 --- a/wmitime/wmitime.c +++ b/wmitime/wmitime.c @@ -578,7 +578,8 @@ void BlitNum(int num, int x, int y) void usage(void) { - fprintf(stderr, "\nWMiTIME - illusion http://www.neotokyo.org/illusion\n\n"); + fprintf(stderr, "\nWMiTIME - Window Maker Developers Team \n"); + fprintf(stderr, " original author: Dave Clark \n\n"); fprintf(stderr, "usage:\n"); fprintf(stderr, " -12 12-hour mode\n"); fprintf(stderr, " -display \n");