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:
kvendingoldo 2024-05-22 05:28:24 +03:00 committed by GitHub
parent 1fa2eec986
commit 1ef1335918
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 15 additions and 3 deletions

View File

@ -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";

View File

@ -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 ];
};
}