From acfa9fa8e8b7aa3c396ba3b8bc4d50b482c328f0 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Fri, 7 Nov 2025 23:50:50 -0800 Subject: [PATCH] math/exprtk: Update WWW --- math/exprtk/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/math/exprtk/Makefile b/math/exprtk/Makefile index fe78aa06deea..47a55f62b32d 100644 --- a/math/exprtk/Makefile +++ b/math/exprtk/Makefile @@ -4,7 +4,8 @@ CATEGORIES= math MAINTAINER= yuri@FreeBSD.org COMMENT= C++ Mathematical Expression Toolkit Library -WWW= https://www.partow.net/programming/exprtk/index.html +WWW= https://www.partow.net/programming/exprtk/index.html \ + https://github.com/ArashPartow/exprtk LICENSE= MIT