mpvScripts.thumbfast: change license

Thumbfast is now licensed under the Mozilla Public License: https://github.com/po5/thumbfast/commit/6f1d92da25a7b807427f55f085e7ad4d60c4e0d7
This commit is contained in:
apfelkuchen06
2023-06-04 18:28:09 +00:00
committed by Anderson Torres
parent abc86bc4ed
commit b4a2d67964
@@ -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 ];
};
}