all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: 73350@debbugs.gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Subject: [bug#73350] [PATCH 1/3] gnu: sdl2-gamecontrollerdb: Update source URL and home page.
Date: Thu, 19 Sep 2024 16:36:31 +0900	[thread overview]
Message-ID: <9a84a9bd1abfdcf5c41f7798946be7da9e6128ca.1726731392.git.maxim.cournoyer@gmail.com> (raw)

* 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





             reply	other threads:[~2024-09-19  7:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-19  7:36 Maxim Cournoyer [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9a84a9bd1abfdcf5c41f7798946be7da9e6128ca.1726731392.git.maxim.cournoyer@gmail.com \
    --to=maxim.cournoyer@gmail.com \
    --cc=73350@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.