mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 15:11:35 +00:00
alacritty: add changelog
This commit is contained in:
parent
2cc031479d
commit
20d6a29ba4
|
@ -131,5 +131,6 @@ rustPlatform.buildRustPackage rec {
|
|||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ Br1ght0ne mic92 cole-h ma27 ];
|
||||
platforms = platforms.unix;
|
||||
changelog = "https://github.com/alacritty/alacritty/blob/v${version}/CHANGELOG.md";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue