changeset 473:1edb89260487

Fixed MikMod URL.
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 08 May 2004 03:14:42 +0000
parents be0ffe96c931
children c66080364dff
files CHANGELOG decoders/mikmod.c
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Sat May 08 01:04:44 2004 +0000
+++ b/CHANGELOG	Sat May 08 03:14:42 2004 +0000
@@ -3,7 +3,8 @@
  */
 
 05072004 - Backed out some commits, converted repository to Subversion, and
-           branched off to a 1.1.0 development tree.
+           branched off to a 1.1.0 development tree. Changed MikMod URL...old
+           one is now a porn site.  :(
 10252003 - VOC decoder was broken. Now it isn't.
 10142003 - Build system fix: acinclude.m4 had some word wrapping badness.
 10122003 - Fixed "make dist" behaviour to not packaged generated docs, and
--- a/decoders/mikmod.c	Sat May 08 01:04:44 2004 +0000
+++ b/decoders/mikmod.c	Sat May 08 03:14:42 2004 +0000
@@ -81,7 +81,7 @@
         extensions_mikmod,
         "Play modules through MikMod",
         "Torbjörn Andersson <d91tan@Update.UU.SE>",
-        "http://www.mikmod.org/"
+        "http://mikmod.raphnet.net/"
     },
 
     MIKMOD_init,       /*   init() method */