From: Yanase Yuki Date: Thu, 25 Dec 2025 04:21:45 +0000 (+0900) Subject: readline: update project URL X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1be208d805ae06500c3fbd757ab5414909be23aa;p=thirdparty%2Fopenwrt.git readline: update project URL It seems domain has been changed. Signed-off-by: Yanase Yuki Link: https://github.com/openwrt/openwrt/pull/21279 Signed-off-by: Robert Marko --- diff --git a/package/libs/readline/Makefile b/package/libs/readline/Makefile index 70e96699ee3..7962cf6340b 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