All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/ncurses: Fix homepage in Config.in
@ 2023-01-03 10:34 Dennis Van Hoorick
  2023-01-03 10:34 ` [Buildroot] [PATCH 2/2] package/ncurses: Switch to git repo with snapshots Dennis Van Hoorick
  2023-01-03 20:22 ` [Buildroot] [PATCH 1/2] package/ncurses: Fix homepage in Config.in Yann E. MORIN
  0 siblings, 2 replies; 4+ messages in thread
From: Dennis Van Hoorick @ 2023-01-03 10:34 UTC (permalink / raw)
  To: buildroot; +Cc: Dennis Van Hoorick

The homepage listed in package/ncurses/Config.in was incorrect.
Changed to correct one (https://invisible-island.net/ncurses/).

Signed-off-by: Dennis Van Hoorick <dennis.vanhoorick@barco.com>
---
 package/ncurses/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ncurses/Config.in b/package/ncurses/Config.in
index 9f7753b06a..c0086cbbe3 100644
--- a/package/ncurses/Config.in
+++ b/package/ncurses/Config.in
@@ -6,7 +6,7 @@ config BR2_PACKAGE_NCURSES
 
 	  This package installs only a few vital termcap entries
 
-	  http://www.gnu.org/software/ncurses/
+	  https://invisible-island.net/ncurses/
 
 if BR2_PACKAGE_NCURSES
 
-- 
2.30.2

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

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

end of thread, other threads:[~2023-01-03 20:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-03 10:34 [Buildroot] [PATCH 1/2] package/ncurses: Fix homepage in Config.in Dennis Van Hoorick
2023-01-03 10:34 ` [Buildroot] [PATCH 2/2] package/ncurses: Switch to git repo with snapshots Dennis Van Hoorick
2023-01-03 20:32   ` Yann E. MORIN
2023-01-03 20:22 ` [Buildroot] [PATCH 1/2] package/ncurses: Fix homepage in Config.in Yann E. MORIN

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.