stremio: fix meta.mainProgram

Signed-off-by: lucasew <lucas59356@gmail.com>
This commit is contained in:
lucasew 2023-08-07 15:54:00 -03:00
parent 5624e06ecf
commit b622967c3a

View File

@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
mainProgram = "stremio";
description = "A modern media center that gives you the freedom to watch everything you want.";
homepage = "https://www.stremio.com/";
# (Server-side) web UI is closed source now, apparently they work on open-sourcing it.