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 ]; }; }