gnu: sdl2-gamecontrollerdb: Update source URL and home page.

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

Change-Id: Ia204917b8bd076063cc43a3894fbca74ee4d256a
This commit is contained in:
Maxim Cournoyer 2024-09-19 14:35:17 +09:00
parent ab424da401
commit 294294dd30
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -617,7 +617,7 @@ (define-public sdl2-gamecontrollerdb
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/gabomdq/SDL_GameControllerDB") (url "https://github.com/mdqinc/SDL_GameControllerDB")
(commit commit))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
@ -625,7 +625,7 @@ (define-public sdl2-gamecontrollerdb
(build-system copy-build-system) (build-system copy-build-system)
(arguments (arguments
'(#:install-plan '(("gamecontrollerdb.txt" "share/sdl2/")))) '(#: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") (synopsis "SDL2 game controller database")
(description (description
"This package provides a community sourced database of game controller "This package provides a community sourced database of game controller