mpvScripts.thumbfast: change license

Thumbfast is now licensed under the Mozilla Public License: 6f1d92da25
This commit is contained in:
apfelkuchen06 2023-06-04 13:25:59 +02:00 committed by Anderson Torres
parent abc86bc4ed
commit b4a2d67964

View File

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