diff options
-rw-r--r-- | math/py-pyaudi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/py-pyaudi/Makefile b/math/py-pyaudi/Makefile index 26d682a72c00..13257584773e 100644 --- a/math/py-pyaudi/Makefile +++ b/math/py-pyaudi/Makefile @@ -8,7 +8,8 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Library implementing the algebra of Taylor polynomials -WWW= http://darioizzo.github.io/audi/ +WWW= http://darioizzo.github.io/audi/ \ + https://github.com/darioizzo/audi LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/../LICENSE |