]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
readline: update project URL
authorYanase Yuki <dev@zpc.st>
Thu, 25 Dec 2025 04:21:45 +0000 (13:21 +0900)
committerRobert Marko <robimarko@gmail.com>
Fri, 2 Jan 2026 17:07:02 +0000 (18:07 +0100)
It seems domain has been changed.

Signed-off-by: Yanase Yuki <dev@zpc.st>
Link: https://github.com/openwrt/openwrt/pull/21279
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/libs/readline/Makefile

index 70e96699ee38b674d5920cf83366ab8730c64f22..7962cf6340bba5234468caa97811ac9275f2b1e5 100644 (file)
@@ -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