mpvScripts.{acompressor, auto{crop,deint,load}}: Point homepage to the appropriate version

This commit is contained in:
nicoo
2023-12-27 13:16:02 +00:00
parent 34105536c8
commit f5db99998c
+1 -1
View File
@@ -11,7 +11,7 @@ let mkBuiltin = name: args:
meta = with lib; {
inherit (mpv-unwrapped.meta) license;
homepage = "https://github.com/mpv-player/mpv/blob/master/${scriptPath}";
homepage = "https://github.com/mpv-player/mpv/blob/v${version}/${scriptPath}";
};
} args);