From d0c05ab7f70d6f6dc60ecd184517cb5e25860657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=ABl=20Stemmer?= Date: Fri, 25 Jan 2019 15:00:36 +0000 Subject: [PATCH] Fix linux-usb.org URL's (#62) These were accidentally modified when the package was renamed to gousb in commit 5200a36. --- usbid/load.go | 2 +- usbid/load_data.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/usbid/load.go b/usbid/load.go index ae4d359..9472810 100644 --- a/usbid/load.go +++ b/usbid/load.go @@ -26,7 +26,7 @@ import ( const ( // LinuxUsbDotOrg is one source of files in the format used by this package. - LinuxUsbDotOrg = "http://www.linux-gousb.org/usb.ids" + LinuxUsbDotOrg = "http://www.linux-usb.org/usb.ids" ) var ( diff --git a/usbid/load_data.go b/usbid/load_data.go index 3ff6cfe..f783a53 100644 --- a/usbid/load_data.go +++ b/usbid/load_data.go @@ -26,13 +26,13 @@ var LastUpdate = time.Unix(0, 1489154954940548227) const usbIDListData = `# # List of USB ID's # -# Maintained by Stephen J. Gowdy +# Maintained by Stephen J. Gowdy # If you have any new entries, please submit them via -# http://www.linux-gousb.org/usb-ids.html +# http://www.linux-usb.org/usb-ids.html # or send entries as patches (diff -u old new) in the # body of your email (a bot will attempt to deal with it). # The latest version can be obtained from -# http://www.linux-gousb.org/usb.ids +# http://www.linux-usb.org/usb.ids # # Version: 2017.02.12 # Date: 2017-02-12 20:34:05