ameba: add changelog
This commit is contained in:
parent
f3b0249640
commit
2372db7c6d
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,7 @@ crystal.buildCrystalPackage rec {
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "crystal-ameba";
|
owner = "crystal-ameba";
|
||||||
repo = "ameba";
|
repo = "ameba";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-UNMOLbZeSdvTuDgveQ/vRC+PlAdVo1bGnpMz3g1seY8=";
|
hash = "sha256-UNMOLbZeSdvTuDgveQ/vRC+PlAdVo1bGnpMz3g1seY8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ crystal.buildCrystalPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A static code analysis tool for Crystal";
|
description = "A static code analysis tool for Crystal";
|
||||||
homepage = "https://crystal-ameba.github.io";
|
homepage = "https://crystal-ameba.github.io";
|
||||||
|
changelog = "https://github.com/crystal-ameba/ameba/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ kimburgess ];
|
maintainers = with maintainers; [ kimburgess ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue