mpvScripts.modernz: fix pname

This commit is contained in:
Guanran Wang
2025-02-01 05:56:57 +01:00
committed by Matthieu Coudron
parent 7306aa64cf
commit 7dc7387653
@@ -6,7 +6,7 @@
nix-update-script,
}:
buildLua (finalAttrs: {
pname = "modernx";
pname = "modernz";
version = "0.2.5";
scriptPath = "modernz.lua";