Unverified Commit 12876cdb authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

nix-search-tv: update description (#399725)

parents f8a051da 408e862e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;