Unverified Commit 1ef13359 authored by kvendingoldo's avatar kvendingoldo Committed by GitHub
Browse files

tenv: update description, homepage, add official maintainers (#312885)



* feat: update tenv derivation

* Update pkgs/by-name/te/tenv/package.nix

Co-authored-by: default avatarAleksana <alexander.huang.y@gmail.com>

* Update package.nix

---------

Co-authored-by: default avatarAleksana <alexander.huang.y@gmail.com>
parent 1fa2eec9
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };
}