nix-search-tv: update description

This commit is contained in:
Gaetan Lepage
2025-04-18 14:16:59 +02:00
parent 79b9620e82
commit 408e862e70
+1 -1
View File
@@ -30,7 +30,7 @@ buildGoModule (finalAttrs: {
};
meta = {
description = "Nixpkgs channel for television";
description = "Fuzzy search for Nix packages";
homepage = "https://github.com/3timeslazy/nix-search-tv";
changelog = "https://github.com/3timeslazy/nix-search-tv/releases/tag/v${finalAttrs.version}";
license = lib.licenses.gpl3Only;