From 11e6a0921eddcb71b7fa6c040bed2b4dfa90ae07 Mon Sep 17 00:00:00 2001 From: Tom Hunze Date: Wed, 24 Jun 2026 19:20:30 +0200 Subject: [PATCH] stremio-linux-shell: improve `meta` (cherry picked from commit d50a0fb988607b05bde3051083299eca0ee1c34a) --- pkgs/by-name/st/stremio-linux-shell/package.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/by-name/st/stremio-linux-shell/package.nix b/pkgs/by-name/st/stremio-linux-shell/package.nix index 17ded49ee4a1..2ef8b4b9edbd 100644 --- a/pkgs/by-name/st/stremio-linux-shell/package.nix +++ b/pkgs/by-name/st/stremio-linux-shell/package.nix @@ -95,8 +95,10 @@ rustPlatform.buildRustPackage (finalAttrs: { }; meta = { - description = "Modern media center that gives you the freedom to watch everything you want"; + description = "Client for Stremio on Linux"; homepage = "https://www.stremio.com/"; + downloadPage = "https://github.com/Stremio/stremio-linux-shell"; + changelog = "https://github.com/Stremio/stremio-linux-shell/releases/tag/${finalAttrs.src.tag}"; license = with lib.licenses; AND [