tenv: update description, homepage, add official maintainers (#312885)
* feat: update tenv derivation * Update pkgs/by-name/te/tenv/package.nix Co-authored-by: Aleksana <alexander.huang.y@gmail.com> * Update package.nix --------- Co-authored-by: Aleksana <alexander.huang.y@gmail.com>
This commit is contained in:
parent
1fa2eec986
commit
1ef1335918
@ -11154,6 +11154,12 @@
|
||||
githubId = 15742918;
|
||||
name = "Sergey Kuznetsov";
|
||||
};
|
||||
kvendingoldo = {
|
||||
email = "kvendingoldo@gmail.com";
|
||||
github = "kvendingoldo";
|
||||
githubId = 11614750;
|
||||
name = "Alexander Sharov";
|
||||
};
|
||||
kwohlfahrt = {
|
||||
email = "kai.wohlfahrt@gmail.com";
|
||||
github = "kwohlfahrt";
|
||||
@ -14750,6 +14756,12 @@
|
||||
githubId = 6930756;
|
||||
name = "Nicolas Mattia";
|
||||
};
|
||||
nmishin = {
|
||||
email = "sanduku.default@gmail.com";
|
||||
github = "Nmishin";
|
||||
githubId = 4242897;
|
||||
name = "Nikolai Mishin";
|
||||
};
|
||||
noaccos = {
|
||||
name = "Francesco Noacco";
|
||||
email = "francesco.noacco2000@gmail.com";
|
||||
|
@ -38,9 +38,9 @@ buildGoModule rec {
|
||||
|
||||
meta = {
|
||||
changelog = "https://github.com/tofuutils/tenv/releases/tag/v${version}";
|
||||
description = "A version manager for OpenTofu, Terraform and Terragrunt written in Go";
|
||||
homepage = "https://github.com/tofuutils/tenv";
|
||||
description = "OpenTofu, Terraform, Terragrunt and Atmos version manager written in Go";
|
||||
homepage = "https://tofuutils.github.io/tenv";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ rmgpinto ];
|
||||
maintainers = with lib.maintainers; [ rmgpinto nmishin kvendingoldo ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user