diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-28 02:08:54 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2025-02-28 02:09:27 -0800 |
commit | 23d08771600dc1c0dba8849ef2d8a1a46978607e (patch) | |
tree | db1ae9b7baf951d73e1c8b5980d3ef79ea21ab81 | |
parent | devel/pycharm-pro: update to 2024.3.4 (diff) |
misc/ollama: Update WWW
-rw-r--r-- | misc/ollama/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/ollama/Makefile b/misc/ollama/Makefile index 0d784a9f45c8..1420105c6a3e 100644 --- a/misc/ollama/Makefile +++ b/misc/ollama/Makefile @@ -6,7 +6,8 @@ CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org COMMENT= Run Llama 2, Mistral, and other large language models -WWW= https://ollama.com/ +WWW= https://ollama.com \ + https://github.com/ollama/ollama LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE |