mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
alacritty-graphics: fix meta.changelog url
This commit is contained in:
parent
20123554ae
commit
4d94d7d6b3
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue