[Buildroot] [git commit] package/libhid: update the upstream URL in Config.in

Peter Korsgaard peter at korsgaard.com
Fri Nov 29 09:07:20 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=756409336e2d59fd75807e9be2a624a65b590ee8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Update the upstream URL in the help text in Config.in. This
addresses the 'Invalid(Err)' URL status in the package stats
web page output.

Signed-off-by: Mark Corbin <mark at dibsco.co.uk>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/libhid/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libhid/Config.in b/package/libhid/Config.in
index e6f2012860..ec66308061 100644
--- a/package/libhid/Config.in
+++ b/package/libhid/Config.in
@@ -6,7 +6,7 @@ config BR2_PACKAGE_LIBHID
 	help
 	  Userspace library for accessing USB HID devices
 
-	  http://libhid.alioth.debian.org
+	  https://directory.fsf.org/wiki/Libhid
 
 comment "libhid needs a toolchain w/ threads"
 	depends on !BR2_TOOLCHAIN_HAS_THREADS


More information about the buildroot mailing list