[openwrt/openwrt] readline: update project URL
LEDE Commits
lede-commits at lists.infradead.org
Fri Jan 2 09:07:15 PST 2026
robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/1be208d805ae06500c3fbd757ab5414909be23aa
commit 1be208d805ae06500c3fbd757ab5414909be23aa
Author: Yanase Yuki <dev at zpc.st>
AuthorDate: Thu Dec 25 13:21:45 2025 +0900
readline: update project URL
It seems domain has been changed.
Signed-off-by: Yanase Yuki <dev at zpc.st>
Link: https://github.com/openwrt/openwrt/pull/21279
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/libs/readline/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libs/readline/Makefile b/package/libs/readline/Makefile
index 70e96699ee..7962cf6340 100644
--- a/package/libs/readline/Makefile
+++ b/package/libs/readline/Makefile
@@ -32,7 +32,7 @@ define Package/libreadline
CATEGORY:=Libraries
TITLE:=Command lines edition library
DEPENDS:=+libncursesw
- URL:=http://cnswww.cns.cwru.edu/php/chet/readline/rltop.html
+ URL:=https://tiswww.case.edu/php/chet/readline/rltop.html
ABI_VERSION:=8
endef
More information about the lede-commits
mailing list