koboldcpp: add meta.homepage

This commit is contained in:
DontEatOreo 2024-10-12 12:49:52 +03:00
parent 8a8e39bd49
commit 3a7199dbd2
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -166,6 +166,7 @@ effectiveStdenv.mkDerivation (finalAttrs: {
meta = {
changelog = "https://github.com/LostRuins/koboldcpp/releases/tag/v${finalAttrs.version}";
description = "Way to run various GGML and GGUF models";
homepage = "https://github.com/LostRuins/koboldcpp";
license = lib.licenses.agpl3Only;
mainProgram = "koboldcpp";
maintainers = with lib.maintainers; [