mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
ab424da401
commit
294294dd30
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue