stremio-linux-shell: use compound license

This commit is contained in:
Tom Hunze
2026-04-20 00:27:00 +02:00
parent 1b291ded6f
commit 46ebee95a8
@@ -130,11 +130,12 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Modern media center that gives you the freedom to watch everything you want";
homepage = "https://www.stremio.com/";
license = with lib.licenses; [
gpl3Only
# server.js is unfree
unfree
];
license =
with lib.licenses;
AND [
gpl3Only
unfree # server.js
];
sourceProvenance = with lib.sourceTypes; [
fromSource
obfuscatedCode # server.js