alacritty: add changelog

This commit is contained in:
Daniel Nagy 2021-02-10 23:19:11 +01:00
parent 2cc031479d
commit 20d6a29ba4
No known key found for this signature in database
GPG key ID: 1B8E8DCB576FB671

View file

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