diff options
| author | Yanase Yuki | 2025-12-25 04:06:07 +0000 |
|---|---|---|
| committer | Robert Marko | 2026-01-02 17:07:02 +0000 |
| commit | ef6d7ba43fbc8a6121a711ded1ecb5be8f43177f (patch) | |
| tree | e380305030abb694eae32d5d922663fdc05b0b42 | |
| parent | 7772a958cda30183da9967ed00e85c4452fa1deb (diff) | |
| download | openwrt-ef6d7ba43fbc8a6121a711ded1ecb5be8f43177f.tar.gz | |
jansson: update project URL
Old website redirects to github.
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/jansson/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/jansson/Makefile b/package/libs/jansson/Makefile index fb1c46907b..0333dc0f9a 100644 --- a/package/libs/jansson/Makefile +++ b/package/libs/jansson/Makefile @@ -35,7 +35,7 @@ define Package/jansson SECTION:=libs CATEGORY:=Libraries TITLE:=Jansson library - URL:=http://www.digip.org/jansson/ + URL:=https://github.com/akheron/jansson ABI_VERSION:=4 endef |