mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
stremio-linux-shell: improve meta
(cherry picked from commit d50a0fb988)
This commit is contained in:
parent
cf34bebfb7
commit
11e6a0921e
1 changed files with 3 additions and 1 deletions
|
|
@ -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 [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue