about summary refs log tree commit diff
path: root/pkgs/development/web/nodejs
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2020-06-30 18:17:35 -0500
committerMario Rodas <marsam@users.noreply.github.com>2020-06-30 18:17:35 -0500
commit761dbe5ba81eef4fd6b3a1363a96d8a88150bfa5 (patch)
treefc55345c00b4ce0c3402b77eadbd4b168529c8c3 /pkgs/development/web/nodejs
parent78083315606959ea002032c81a27f20c4273a9d0 (diff)
downloadnixlib-761dbe5ba81eef4fd6b3a1363a96d8a88150bfa5.tar
nixlib-761dbe5ba81eef4fd6b3a1363a96d8a88150bfa5.tar.gz
nixlib-761dbe5ba81eef4fd6b3a1363a96d8a88150bfa5.tar.bz2
nixlib-761dbe5ba81eef4fd6b3a1363a96d8a88150bfa5.tar.lz
nixlib-761dbe5ba81eef4fd6b3a1363a96d8a88150bfa5.tar.xz
nixlib-761dbe5ba81eef4fd6b3a1363a96d8a88150bfa5.tar.zst
nixlib-761dbe5ba81eef4fd6b3a1363a96d8a88150bfa5.zip
nodejs: add marsam to maintainers
Diffstat (limited to 'pkgs/development/web/nodejs')
-rw-r--r--pkgs/development/web/nodejs/nodejs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/web/nodejs/nodejs.nix b/pkgs/development/web/nodejs/nodejs.nix
index 5eeed80007bf..12754b6d4412 100644
--- a/pkgs/development/web/nodejs/nodejs.nix
+++ b/pkgs/development/web/nodejs/nodejs.nix
@@ -141,7 +141,7 @@ in
       description = "Event-driven I/O framework for the V8 JavaScript engine";
       homepage = "https://nodejs.org";
       license = licenses.mit;
-      maintainers = with maintainers; [ goibhniu gilligan cko ];
+      maintainers = with maintainers; [ goibhniu gilligan cko marsam ];
       platforms = platforms.linux ++ platforms.darwin;
     };