alacritty-graphics: fix meta.changelog url

This commit is contained in:
Alexis Hildebrandt 2026-04-27 21:48:23 +02:00
commit 4d94d7d6b3

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