From 738dff4bbc1ea2a00666cd858312f595ba080447 Mon Sep 17 00:00:00 2001 From: Andrew Eikum Date: Thu, 25 Jul 2019 08:05:13 -0500 Subject: [PATCH] hidapi: Update repository URLs Upstream hidapi has been re-homed. Update the repo URLs to help guide folks where to contribute fixes. --- src/hidapi/AUTHORS.txt | 2 +- src/hidapi/README.txt | 2 +- src/hidapi/hidapi/hidapi.h | 2 +- src/hidapi/libusb/hid.c | 2 +- src/hidapi/linux/hid.c | 2 +- src/hidapi/mac/hid.c | 2 +- src/hidapi/windows/hid.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/hidapi/AUTHORS.txt b/src/hidapi/AUTHORS.txt index 7acafd78c3fb7..f311978d3333d 100644 --- a/src/hidapi/AUTHORS.txt +++ b/src/hidapi/AUTHORS.txt @@ -12,5 +12,5 @@ Ludovic Rousseau : For a comprehensive list of contributions, see the commit list at github: - http://github.com/signal11/hidapi/commits/master + https://github.com/libusb/hidapi/commits/master diff --git a/src/hidapi/README.txt b/src/hidapi/README.txt index f19dae4ab729e..756901ec52efe 100644 --- a/src/hidapi/README.txt +++ b/src/hidapi/README.txt @@ -122,7 +122,7 @@ HIDAPI may be used by one of three licenses as outlined in LICENSE.txt. Download ========= HIDAPI can be downloaded from github - git clone git://github.com/signal11/hidapi.git + git clone git://github.com/libusb/hidapi.git Build Instructions =================== diff --git a/src/hidapi/hidapi/hidapi.h b/src/hidapi/hidapi/hidapi.h index 15d632365998d..0a36e42935fae 100644 --- a/src/hidapi/hidapi/hidapi.h +++ b/src/hidapi/hidapi/hidapi.h @@ -17,7 +17,7 @@ files located at the root of the source distribution. These files may also be found in the public source code repository located at: - http://github.com/signal11/hidapi . + https://github.com/libusb/hidapi . ********************************************************/ /** @file diff --git a/src/hidapi/libusb/hid.c b/src/hidapi/libusb/hid.c index 17378fff4a949..5a897d975f9d0 100644 --- a/src/hidapi/libusb/hid.c +++ b/src/hidapi/libusb/hid.c @@ -20,7 +20,7 @@ files located at the root of the source distribution. These files may also be found in the public source code repository located at: - http://github.com/signal11/hidapi . + https://github.com/libusb/hidapi . ********************************************************/ #include "../../SDL_internal.h" diff --git a/src/hidapi/linux/hid.c b/src/hidapi/linux/hid.c index 28c270bae05d4..2cc2d8b989228 100644 --- a/src/hidapi/linux/hid.c +++ b/src/hidapi/linux/hid.c @@ -18,7 +18,7 @@ files located at the root of the source distribution. These files may also be found in the public source code repository located at: - http://github.com/signal11/hidapi . + https://github.com/libusb/hidapi . ********************************************************/ #include "../../SDL_internal.h" diff --git a/src/hidapi/mac/hid.c b/src/hidapi/mac/hid.c index 0a2c7423ac228..55daf57820e0c 100644 --- a/src/hidapi/mac/hid.c +++ b/src/hidapi/mac/hid.c @@ -17,7 +17,7 @@ files located at the root of the source distribution. These files may also be found in the public source code repository located at: - http://github.com/signal11/hidapi . + https://github.com/libusb/hidapi . ********************************************************/ #include "../../SDL_internal.h" diff --git a/src/hidapi/windows/hid.c b/src/hidapi/windows/hid.c index 3d7672a2e04df..275e024289204 100644 --- a/src/hidapi/windows/hid.c +++ b/src/hidapi/windows/hid.c @@ -17,7 +17,7 @@ files located at the root of the source distribution. These files may also be found in the public source code repository located at: - http://github.com/signal11/hidapi . + https://github.com/libusb/hidapi . ********************************************************/ #include "../../SDL_internal.h"