diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-07-13 12:35:09 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-07-13 14:16:21 -0700 |
commit | 24d9f81c9471891069f6c5d778280d7762b44271 (patch) | |
tree | d67f088362eeeff629857845984ce8cd7f98847f | |
parent | cad/nvc: update 1.16.1 → 1.17.0 (diff) |
devel/nlohmann-json: Update WWW
-rw-r--r-- | devel/nlohmann-json/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/nlohmann-json/Makefile b/devel/nlohmann-json/Makefile index 5e716f968368..133dae88f39d 100644 --- a/devel/nlohmann-json/Makefile +++ b/devel/nlohmann-json/Makefile @@ -6,7 +6,8 @@ PKGNAMEPREFIX= nlohmann- MAINTAINER= yuri@FreeBSD.org COMMENT= JSON library for Modern C++ -WWW= https://nlohmann.github.io/json/ +WWW= https://nlohmann.github.io/json/ \ + https://github.com/nlohmann/json LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.MIT |