setup-sdl: Update package.json url and README to remove a outdated tool feeling

From afd98199e97f9c2aa739474be7e0886d149a5e47 Mon Sep 17 00:00:00 2001
From: Ludovic Pouzenc <[EMAIL REDACTED]>
Date: Sat, 8 Aug 2026 22:36:05 +0200
Subject: [PATCH] Update package.json url and README to remove a outdated tool
 feeling

---
 README.md    | 4 ++--
 package.json | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 8aa5a27..beb1748 100644
--- a/README.md
+++ b/README.md
@@ -18,8 +18,8 @@ jobs:
         id: sdl
         with:
           install-linux-dependencies: true
-          version: 2-latest
-          version-sdl-image: 2-latest
+          version: 3-latest
+          version-sdl-image: 3-latest
           
       - name: 'Configure and build your project'
         run: |
diff --git a/package.json b/package.json
index 66409c2..afb7c20 100644
--- a/package.json
+++ b/package.json
@@ -2,14 +2,14 @@
   "name": "setup-sdl",
   "description": "GitHub actin to setup SDL",
   "license": "MIT",
-  "homepage": "https://github.com/madebr/setup-sdl",
+  "homepage": "https://github.com/libsdl-org/setup-sdl",
   "bugs": {
-    "url": "https://github.com/madebr/setup-sdl/issues"
+    "url": "https://github.com/libsdl-org/setup-sdl/issues"
   },
   "main": "dist/index.js",
   "repository": {
     "type": "git",
-    "url": "https://github.com/madebr/setup-sdl.git"
+    "url": "https://github.com/libsdl-org/setup-sdl.git"
   },
   "directories": {
     "test": "tests"