diff --git a/archivers/grp.c b/archivers/grp.c index a579bbe..3054d38 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 d24bdd9..6b42e01 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 ... */