Skip to content

Commit

Permalink
hidapi: Update repository URLs
Browse files Browse the repository at this point in the history
Upstream hidapi has been re-homed. Update the repo URLs to help guide folks
where to contribute fixes.
  • Loading branch information
aeikum committed Jul 25, 2019
1 parent a543361 commit 738dff4
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/hidapi/AUTHORS.txt
Expand Up @@ -12,5 +12,5 @@ Ludovic Rousseau <rousseau@debian.org>:


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

2 changes: 1 addition & 1 deletion src/hidapi/README.txt
Expand Up @@ -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
===================
Expand Down
2 changes: 1 addition & 1 deletion src/hidapi/hidapi/hidapi.h
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/hidapi/libusb/hid.c
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion src/hidapi/linux/hid.c
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion src/hidapi/mac/hid.c
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion src/hidapi/windows/hid.c
Expand Up @@ -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"

Expand Down

0 comments on commit 738dff4

Please sign in to comment.