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 {
|
||||
owner = "crystal-ameba";
|
||||
repo = "ameba";
|
||||
rev = "v${version}";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-UNMOLbZeSdvTuDgveQ/vRC+PlAdVo1bGnpMz3g1seY8=";
|
||||
};
|
||||
|
||||
|
@ -16,6 +16,7 @@ crystal.buildCrystalPackage rec {
|
|||
meta = with lib; {
|
||||
description = "A static code analysis tool for Crystal";
|
||||
homepage = "https://crystal-ameba.github.io";
|
||||
changelog = "https://github.com/crystal-ameba/ameba/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ kimburgess ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue