diff options
| author | Yanase Yuki | 2025-12-25 04:21:45 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-01-02 17:07:02 +0000 |
| commit | 1be208d805ae06500c3fbd757ab5414909be23aa (patch) | |
| tree | 9eb0463851e1c1f71342bd382d780a44b243072f | |
| parent | c965e8232805c4b112b88893402f5c0dfdf5deba (diff) | |
| download | openwrt-1be208d805ae06500c3fbd757ab5414909be23aa.tar.gz | |
readline: update project URL
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>
| -rw-r--r-- | package/libs/readline/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |