Commit 7dc73876 authored by Guanran Wang's avatar Guanran Wang Committed by Matthieu Coudron
Browse files

mpvScripts.modernz: fix pname

parent 7306aa64
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
  nix-update-script,
}:
buildLua (finalAttrs: {
  pname = "modernx";
  pname = "modernz";
  version = "0.2.5";

  scriptPath = "modernz.lua";