Explorar o código

Changed URL to physfs homepage.

Ryan C. Gordon %!s(int64=24) %!d(string=hai) anos
pai
achega
beb42ac451
Modificáronse 2 ficheiros con 4 adicións e 4 borrados
  1. 2 2
      archivers/grp.c
  2. 2 2
      archivers/zip.c

+ 2 - 2
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 ... */

+ 2 - 2
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 ... */