From c7487d700d0aba670d88b621612c00b3b63f2992 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sat, 27 Sep 2008 21:09:37 +0000 Subject: [PATCH] Change the website name to caca.zoy.org. --- Makefile.am | 2 +- src/img2txt.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 969c6ec..594a22b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ AUTOMAKE_OPTIONS = dist-bzip2 bin_SCRIPTS = caca-config webhost = poulet.zoy.org -webdir = /srv/libcaca.zoy.org/var/www/ +webdir = /srv/caca.zoy.org/var/www/ upload: upload-source upload-doc diff --git a/src/img2txt.c b/src/img2txt.c index 1a5a462..5c0971b 100644 --- a/src/img2txt.c +++ b/src/img2txt.c @@ -86,7 +86,7 @@ static void version(void) "img2txt, along with its documentation, may be freely copied and distributed.\n" "\n" "The latest version of img2txt is available from the web site,\n" - " http://libcaca.zoy.org/ in the libcaca package.\n" + " http://caca.zoy.org/wiki/libcaca in the libcaca package.\n" "\n", caca_get_version(), __DATE__); }