llmfit: Update description (#515017)

This commit is contained in:
nixpkgs-ci[bot]
2026-04-30 16:01:10 +00:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
cargoHash = "sha256-BrydHdtiMklC8OZ+FzDg88v+i2/plPyX9eTYprtqNnM=";
meta = {
description = "Find what runs on your hardware";
description = "TUI to find LLM models right sized for the system's RAM, CPU, and GPU";
homepage = "https://github.com/AlexsJones/llmfit";
changelog = "https://github.com/AlexsJones/llmfit/blob/v${finalAttrs.src.rev}/CHANGELOG.md";
license = lib.licenses.mit;