Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/usbredir: fix package homepage URL
@ 2024-11-10 17:11 Julien Olivain
  2024-11-11 20:51 ` Thomas Petazzoni via buildroot
  2024-11-26 13:08 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Julien Olivain @ 2024-11-10 17:11 UTC (permalink / raw)
  To: buildroot; +Cc: Yann E . MORIN, Julien Olivain

The current homepage URL [1] redirects to its https and ends up to
a HTTP 404 not found error. This commit fixes the issue by replacing
it with the new URL [2].

[1] http://www.spice-space.org/page/UsbRedir
[2] https://www.spice-space.org/usbredir.html

Signed-off-by: Julien Olivain <ju.o@free.fr>
---
 package/usbredir/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/usbredir/Config.in b/package/usbredir/Config.in
index 6de6227e5c..46ccac122d 100644
--- a/package/usbredir/Config.in
+++ b/package/usbredir/Config.in
@@ -17,7 +17,7 @@ config BR2_PACKAGE_USBREDIR
 	  Note: only the library is installed, not the utilities. Say
 	  'y' below if you want the tools too.
 
-	  http://www.spice-space.org/page/UsbRedir
+	  https://www.spice-space.org/usbredir.html
 
 if BR2_PACKAGE_USBREDIR
 
-- 
2.47.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-11-26 13:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-10 17:11 [Buildroot] [PATCH 1/1] package/usbredir: fix package homepage URL Julien Olivain
2024-11-11 20:51 ` Thomas Petazzoni via buildroot
2024-11-26 13:08 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox