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