all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73350] [PATCH 1/3] gnu: sdl2-gamecontrollerdb: Update source URL and home page.
@ 2024-09-19  7:36 Maxim Cournoyer
  2024-09-19  7:36 ` [bug#73351] [PATCH 2/3] gnu: sdl2-gamecontrollerdb: Update to 0-2.414eaee Maxim Cournoyer
  2024-09-19  7:36 ` [bug#73352] [PATCH 3/3] gnu: Add sdl-jstest Maxim Cournoyer
  0 siblings, 2 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2024-09-19  7:36 UTC (permalink / raw)
  To: 73350; +Cc: Maxim Cournoyer

* gnu/packages/sdl.scm (sdl2-gamecontrollerdb) [source]: Update URL.
[home-page]: Likewise.

Change-Id: Ia204917b8bd076063cc43a3894fbca74ee4d256a
---

 gnu/packages/sdl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 4ae128a41c..dfc49fe395 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -617,7 +617,7 @@ (define-public sdl2-gamecontrollerdb
        (origin
          (method git-fetch)
          (uri (git-reference
-               (url "https://github.com/gabomdq/SDL_GameControllerDB")
+               (url "https://github.com/mdqinc/SDL_GameControllerDB")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
@@ -625,7 +625,7 @@ (define-public sdl2-gamecontrollerdb
       (build-system copy-build-system)
       (arguments
        '(#:install-plan '(("gamecontrollerdb.txt" "share/sdl2/"))))
-      (home-page "https://github.com/gabomdq/SDL_GameControllerDB")
+      (home-page "https://github.com/mdqinc/SDL_GameControllerDB")
       (synopsis "SDL2 game controller database")
       (description
        "This package provides a community sourced database of game controller

base-commit: 1b6ce1796abdf497f61f426d61339318f4f4f23d
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-19  7:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-19  7:36 [bug#73350] [PATCH 1/3] gnu: sdl2-gamecontrollerdb: Update source URL and home page Maxim Cournoyer
2024-09-19  7:36 ` [bug#73351] [PATCH 2/3] gnu: sdl2-gamecontrollerdb: Update to 0-2.414eaee Maxim Cournoyer
2024-09-19  7:36 ` [bug#73352] [PATCH 3/3] gnu: Add sdl-jstest Maxim Cournoyer

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.