about summary refs log tree commit diff
path: root/pkgs/development/misc
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-03-03 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-03-03 04:20:00 +0000
commit908a8f3e4ef0dd9a5905bca06c3e6b3fd2b61757 (patch)
tree99bd5abdb5e138bf70f11113375c7f821de2ad1b /pkgs/development/misc
parente069b686bb5d56fecfc5be24f049bcfce81b74ca (diff)
h3: add marsam to maintainers
Diffstat (limited to 'pkgs/development/misc')
-rw-r--r--pkgs/development/misc/h3/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/misc/h3/default.nix b/pkgs/development/misc/h3/default.nix
index 279375441865c..13c8f8d0424ed 100644
--- a/pkgs/development/misc/h3/default.nix
+++ b/pkgs/development/misc/h3/default.nix
@@ -36,7 +36,7 @@ let
         license = licenses.asl20;
         changelog = "https://github.com/uber/h3/raw/v${version}/CHANGELOG.md";
         platforms = platforms.all;
-        maintainers = [ maintainers.kalbasit ];
+        maintainers = with maintainers; [ kalbasit marsam ];
       };
     };
 in