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

This commit is contained in:
nicoo 2023-10-17 21:43:23 +00:00
parent 34105536c8
commit f5db99998c

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);