GNU bug report logs -
#73350
[PATCH 1/3] gnu: sdl2-gamecontrollerdb: Update source URL and home page.
Previous Next
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 226 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.