From b4a563655d4e7a3a6dba58c376984f52e780a22c Mon Sep 17 00:00:00 2001 From: nodiscc Date: Thu, 17 Apr 2025 18:37:01 +0200 Subject: [PATCH] ollama: fix license name --- software/ollama.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/ollama.yml b/software/ollama.yml index 870dff6dbb..32235351db 100644 --- a/software/ollama.yml +++ b/software/ollama.yml @@ -3,7 +3,7 @@ website_url: "https://ollama.com/" source_code_url: "https://github.com/ollama/ollama" description: "Get up and running with Llama 3.3, DeepSeek-R1, Phi-4, Gemma 3, and other large language models." licenses: - - MIT License + - MIT platforms: - Docker - Python