Skip to content

Commit

Permalink
koboldcpp: sort meta and add changelog
Browse files Browse the repository at this point in the history
(cherry picked from commit 3ab9587)
  • Loading branch information
DontEatOreo committed Aug 24, 2024
1 parent 465d463 commit d3d272a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/ko/koboldcpp/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,14 @@ effectiveStdenv.mkDerivation (finalAttrs: {
passthru.updateScript = gitUpdater { rev-prefix = "v"; };

meta = {
description = "A way to run various GGML and GGUF models";
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;
};
})

0 comments on commit d3d272a

Please sign in to comment.