about summary refs log tree commit diff
path: root/maintainers
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2023-12-14 23:25:18 +0100
committeraszlig <aszlig@nix.build>2023-12-14 23:25:18 +0100
commit801d8be71924099f489bfbd02343287d0ed049fb (patch)
treeb9e02f00a53c4cefe24f452df253ce801e73640c /maintainers
parent2634f87e4086fb5182bc8f7c6069f962d7800946 (diff)
parentdf7672c36c8e1998c2f57b56ecc33285c79286e7 (diff)
Merge pull request #273562 (add aws-gate package)
This adds aws-gate, an AWS SSM Session manager client and while I'm not
using the program myself, I reviewed the work and did some rudimentary
testing (eg. whether the session-manager-plugin works).

Additionally, it also adds the unix_ar Python package which was used for
the GNU/Linux bootstrap of the aws-gate package but has been patched out
during the review. We decided to keep the unix-ar package nonetheless
since the package seems to be rather low-maintenance and the package
author is willing to keep maintaining the package.

I'm merging this right now because the package is low-impact, meet the
packaging requirements and all builds pass (including the ones for
unix_ar).
Diffstat (limited to 'maintainers')
-rw-r--r--maintainers/maintainer-list.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix
index 0e99aecd954dd..d20aa7db61ad7 100644
--- a/maintainers/maintainer-list.nix
+++ b/maintainers/maintainer-list.nix
@@ -18441,6 +18441,11 @@
     github = "NoneTirex";
     githubId = 26038207;
   };
+  tirimia = {
+    name = "Theodor-Alexandru Irimia";
+    github = "tirimia";
+    githubId = 11174371;
+  };
   titanous = {
     email = "jonathan@titanous.com";
     github = "titanous";