alacritty-graphics: fix meta.changelog url (#514164)

This commit is contained in:
Ramses
2026-04-27 20:03:48 +00:00
committed by GitHub
+1 -1
View File
@@ -176,6 +176,6 @@ rustPlatform.buildRustPackage (finalAttrs: {
if !withGraphics then
"https://github.com/alacritty/alacritty/blob/v${finalAttrs.version}/CHANGELOG.md"
else
"https://github.com/ayosec/alacritty/blob/v${finalAttrs.version}/CHANGELOG.md";
"https://github.com/ayosec/alacritty/blob/v${finalAttrs.version}-graphics/CHANGELOG.md";
};
})