datree: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-07 23:03:07 +01:00 committed by GitHub
parent 2d59a94983
commit 4bfbe8301a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ buildGoModule rec {
src = fetchFromGitHub {
owner = "datreeio";
repo = "datree";
rev = version;
rev = "refs/tags/${version}";
hash = "sha256-xuaiho5hKSFcwCj2P5QGyvGmPUbcErIbVkkX5kGii8E=";
};
@ -51,6 +51,7 @@ buildGoModule rec {
objects.
'';
homepage = "https://datree.io/";
changelog = "https://github.com/datreeio/datree/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ azahi jceb ];
};