wmitime: Update contact information.
This commit is contained in:
parent
d5bf493727
commit
5cbe821b8c
2 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
wmitime 0.2 beta Public Release
|
wmitime 0.2 beta Public Release
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
Author...: Dave Clark (clarkd@skynet.ca)
|
Author...: Dave Clark (clarkd@skynet.ca)
|
||||||
|
Maintainers : Window Maker Developers Team <wmaker-dev@lists.windowmaker.org>
|
||||||
Homepage : http://www.neotokyo.org
|
Homepage : http://windowmaker.org/dockapps/?name=wmitime
|
||||||
|
|
||||||
Description
|
Description
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
|
@ -41,7 +41,7 @@ COPYING GNU General Public License Version 2.
|
||||||
Bugs
|
Bugs
|
||||||
--------------------------------------------------------------
|
--------------------------------------------------------------
|
||||||
If you discover any bugs in this software, please send a
|
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.
|
problem as detailed! as you can.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -578,7 +578,8 @@ void BlitNum(int num, int x, int y)
|
||||||
|
|
||||||
void usage(void)
|
void usage(void)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "\nWMiTIME - illusion <clarkd@skynet.ca> http://www.neotokyo.org/illusion\n\n");
|
fprintf(stderr, "\nWMiTIME - Window Maker Developers Team <wmaker-dev@lists.windowmaker.org>\n");
|
||||||
|
fprintf(stderr, " original author: Dave Clark <clarkd@skynet.ca>\n\n");
|
||||||
fprintf(stderr, "usage:\n");
|
fprintf(stderr, "usage:\n");
|
||||||
fprintf(stderr, " -12 12-hour mode\n");
|
fprintf(stderr, " -12 12-hour mode\n");
|
||||||
fprintf(stderr, " -display <display name>\n");
|
fprintf(stderr, " -display <display name>\n");
|
||||||
|
|
Loading…
Reference in a new issue