go-task: add changelog to meta
This commit is contained in:
parent
ee9bccda67
commit
32cb1a48b6
@ -7,8 +7,8 @@ buildGoModule rec {
|
||||
src = fetchFromGitHub {
|
||||
owner = pname;
|
||||
repo = "task";
|
||||
rev = "v${version}";
|
||||
sha256 = "sha256-SmO59VXuQZISDNJy2d6qhQv1QCxm0WodqPx2qHhCs80=";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-SmO59VXuQZISDNJy2d6qhQv1QCxm0WodqPx2qHhCs80=";
|
||||
};
|
||||
|
||||
vendorHash = "sha256-TsFPpN/X5pO4KALbqsHCa6YxYtaXMVqB5ENaIEfTWRo=";
|
||||
@ -32,6 +32,7 @@ buildGoModule rec {
|
||||
meta = with lib; {
|
||||
homepage = "https://taskfile.dev/";
|
||||
description = "A task runner / simpler Make alternative written in Go";
|
||||
changelog = "https://github.com/go-task/task/blob/v${version}/CHANGELOG.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ parasrah ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user