SDL_mixer: Note that this library is homed on GitHub now

From fe2a29e0156d6e8c9b5e7d173920dabbf02265a1 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 20 Jun 2022 07:05:32 -0700
Subject: [PATCH] Note that this library is homed on GitHub now

---
 README.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.txt b/README.txt
index 8c005630..d1c52abb 100644
--- a/README.txt
+++ b/README.txt
@@ -1,8 +1,8 @@
 
 SDL_mixer 2.0
 
-The latest version of this library is available from:
-http://www.libsdl.org/projects/SDL_mixer/
+The latest version of this library is available from GitHub:
+https://github.com/libsdl-org/SDL_mixer/releases
 
 Due to popular demand, here is a simple multi-channel audio mixer.
 It supports 8 channels of 16 bit stereo audio, plus a single channel of music. It can load FLAC, MP3, Ogg, VOC, and WAV format audio. It can also load MIDI, MOD, and Opus audio, depending on build options (see the note below for details.)