koboldcpp: sort meta and add changelog

This commit is contained in:
DontEatOreo 2024-08-19 13:45:10 +03:00
parent 4e8b1b96ef
commit 3ab95873a8
No known key found for this signature in database
GPG Key ID: 0DB5361BEEE530AB

View File

@ -164,13 +164,14 @@ effectiveStdenv.mkDerivation (finalAttrs: {
passthru.updateScript = gitUpdater { rev-prefix = "v"; };
meta = {
changelog = "https://github.com/LostRuins/koboldcpp/releases/tag/v${finalAttrs.version}";
description = "Way to run various GGML and GGUF models";
license = lib.licenses.agpl3Only;
mainProgram = "koboldcpp";
maintainers = with lib.maintainers; [
maxstrid
donteatoreo
];
mainProgram = "koboldcpp";
platforms = lib.platforms.unix;
};
})