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