mpvScripts: remove meta = with lib;

Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
This commit is contained in:
Ethan Carter Edwards
2026-02-05 15:38:46 -05:00
parent 675657c80f
commit ef2ed476e1
+3 -3
View File
@@ -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 ];
};
}