qovery-cli: add changelog to meta
This commit is contained in:
parent
0f2a6cfeda
commit
7fb6e1e054
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
{ buildGoModule
|
{ lib
|
||||||
|
, buildGoModule
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, installShellFiles
|
, installShellFiles
|
||||||
, lib
|
|
||||||
, qovery-cli
|
, qovery-cli
|
||||||
, testers
|
, testers
|
||||||
}:
|
}:
|
||||||
|
@ -17,7 +17,7 @@ buildGoModule rec {
|
||||||
hash = "sha256-ROUMFpAgUmcKt7QG+Lfd3OipJQK8DLezvCxvev1yNlo=";
|
hash = "sha256-ROUMFpAgUmcKt7QG+Lfd3OipJQK8DLezvCxvev1yNlo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorSha256 = "sha256-4TY7/prMbvw5zVPJRoMLg7Omrxvh1HPGsdz1wqPn4uU=";
|
vendorHash = "sha256-4TY7/prMbvw5zVPJRoMLg7Omrxvh1HPGsdz1wqPn4uU=";
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles ];
|
nativeBuildInputs = [ installShellFiles ];
|
||||||
|
|
||||||
|
@ -36,6 +36,7 @@ buildGoModule rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Qovery Command Line Interface";
|
description = "Qovery Command Line Interface";
|
||||||
homepage = "https://github.com/Qovery/qovery-cli";
|
homepage = "https://github.com/Qovery/qovery-cli";
|
||||||
|
changelog = "https://github.com/Qovery/qovery-cli/releases/tag/v${version}";
|
||||||
license = with licenses; [ asl20 ];
|
license = with licenses; [ asl20 ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue