From b4a2d6796437b1c108f86e28743988670f2afb86 Mon Sep 17 00:00:00 2001 From: apfelkuchen06 Date: Sun, 4 Jun 2023 13:25:59 +0200 Subject: [PATCH] mpvScripts.thumbfast: change license Thumbfast is now licensed under the Mozilla Public License: https://github.com/po5/thumbfast/commit/6f1d92da25a7b807427f55f085e7ad4d60c4e0d7 --- pkgs/applications/video/mpv/scripts/thumbfast.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/video/mpv/scripts/thumbfast.nix b/pkgs/applications/video/mpv/scripts/thumbfast.nix index aff2170270f2..fb231d87ca32 100644 --- a/pkgs/applications/video/mpv/scripts/thumbfast.nix +++ b/pkgs/applications/video/mpv/scripts/thumbfast.nix @@ -32,7 +32,7 @@ stdenvNoCC.mkDerivation { meta = { description = "High-performance on-the-fly thumbnailer for mpv"; homepage = "https://github.com/po5/thumbfast"; - license = lib.licenses.unfree; # no explicit licensing information available at this time + license = lib.licenses.mpl20; maintainers = with lib.maintainers; [ apfelkuchen6 ]; }; }