diff --git a/pkgs/by-name/mp/mpv/scripts/cut.nix b/pkgs/by-name/mp/mpv/scripts/cut.nix index 592afadcb1e5..d5d59b14bea6 100644 --- a/pkgs/by-name/mp/mpv/scripts/cut.nix +++ b/pkgs/by-name/mp/mpv/scripts/cut.nix @@ -29,10 +29,10 @@ stdenvNoCC.mkDerivation { passthru.scriptName = "cut.lua"; - meta = with lib; { + meta = { description = "An mpv plugin for cutting videos incredibly quickly"; homepage = "https://github.com/familyfriendlymikey/mpv-cut"; - license = licenses.unfree; # the repository doesn't have a license - maintainers = with maintainers; [ ncfavier ]; + license = lib.licenses.unfree; # the repository doesn't have a license + maintainers = with lib.maintainers; [ ncfavier ]; }; }