SDL_image: Note that this library is homed on GitHub now

From 24fa88f329d4c0ee6bdd552666bc3a290b02be0d Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Mon, 20 Jun 2022 07:03:38 -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 24f77dbe..367ccb81 100644
--- a/README.txt
+++ b/README.txt
@@ -1,8 +1,8 @@
 
 SDL_image 2.0
 
-The latest version of this library is available from:
-http://www.libsdl.org/projects/SDL_image/
+The latest version of this library is available from GitHub:
+https://github.com/libsdl-org/SDL_image/releases
 
 This is a simple library to load images of various formats as SDL surfaces.
 It can load BMP, GIF, JPEG, LBM, PCX, PNG, PNM (PPM/PGM/PBM), QOI, TGA, XCF, XPM, and simple SVG format images. It can also load AVIF, JPEG-XL, TIFF, and WebP images, depending on build options (see the note below for details.)