Fix linux-usb.org URL's (#62)

These were accidentally modified when the package was renamed to gousb
in commit 5200a36.
This commit is contained in:
Joël Stemmer
2019-01-25 15:00:36 +00:00
committed by Sebastian Zagrodzki
parent 04360a5457
commit d0c05ab7f7
2 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@ import (
const ( const (
// LinuxUsbDotOrg is one source of files in the format used by this package. // 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 ( var (

View File

@@ -26,13 +26,13 @@ var LastUpdate = time.Unix(0, 1489154954940548227)
const usbIDListData = `# const usbIDListData = `#
# List of USB ID's # List of USB ID's
# #
# Maintained by Stephen J. Gowdy <linux.gousb.ids@gmail.com> # Maintained by Stephen J. Gowdy <linux.usb.ids@gmail.com>
# If you have any new entries, please submit them via # 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 # or send entries as patches (diff -u old new) in the
# body of your email (a bot will attempt to deal with it). # body of your email (a bot will attempt to deal with it).
# The latest version can be obtained from # 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 # Version: 2017.02.12
# Date: 2017-02-12 20:34:05 # Date: 2017-02-12 20:34:05