Unverified Commit ef2ed476 authored by Ethan Carter Edwards's avatar Ethan Carter Edwards
Browse files

mpvScripts: remove meta = with lib;

parent 675657c8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };
}