mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
koboldcpp: add meta.homepage
This commit is contained in:
parent
8a8e39bd49
commit
3a7199dbd2
@ -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; [
|
||||
|
Loading…
Reference in New Issue
Block a user