From beb42ac4516eda8d245835c353d02c8b698419f6 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Tue, 7 Aug 2001 02:57:16 +0000 Subject: [PATCH] Changed URL to physfs homepage. --- archivers/grp.c | 4 ++-- archivers/zip.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/archivers/grp.c b/archivers/grp.c index a579bbe7..3054d38a 100644 --- a/archivers/grp.c +++ b/archivers/grp.c @@ -384,8 +384,8 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_GRP = { "GRP", "Build engine Groupfile format", - "Ryan C. Gordon (icculus@linuxgames.com)", - "http://www.icculus.org/~icculus/", + "Ryan C. Gordon (icculus@clutteredmind.org)", + "http://www.icculus.org/physfs/", }; /* end of grp.c ... */ diff --git a/archivers/zip.c b/archivers/zip.c index d24bdd91..6b42e014 100644 --- a/archivers/zip.c +++ b/archivers/zip.c @@ -657,8 +657,8 @@ const PHYSFS_ArchiveInfo __PHYSFS_ArchiveInfo_ZIP = { "ZIP", "PkZip/WinZip/Info-Zip compatible", - "Ryan C. Gordon (icculus@linuxgames.com)", - "http://www.icculus.org/~icculus/", + "Ryan C. Gordon (icculus@clutteredmind.org)", + "http://www.icculus.org/physfs/", }; /* end of zip.c ... */