diff --git a/pkgs/applications/video/mpv/scripts/evafast.nix b/pkgs/applications/video/mpv/scripts/evafast.nix index d6178ec63c14..8ba1109ff2d5 100644 --- a/pkgs/applications/video/mpv/scripts/evafast.nix +++ b/pkgs/applications/video/mpv/scripts/evafast.nix @@ -21,7 +21,7 @@ buildLua { meta = with lib; { description = "Seeking and hybrid fastforwarding like VHS"; homepage = "https://github.com/po5/evafast"; - license = licenses.unfree; # no explicit licensing information available + license = licenses.unfree; # no license; see https://github.com/po5/evafast/issues/15 maintainers = with lib.maintainers; [ purrpurrn ]; }; }