about summary refs log tree commit diff
path: root/pkgs/development/web
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2024-04-25 20:43:34 +0200
committerVladimír Čunát <v@cunat.cz>2024-04-25 20:43:34 +0200
commitd157c073240c769b7de73a936a22ee97bc0ec227 (patch)
tree477ec62d7a0285ee2c19fa0d1ba1073b0f9d4add /pkgs/development/web
parentb9a7c64a9e3f8e1111e5418505ad58b499dba8e6 (diff)
parent10b682b6e5ed139ee2bef863ada3043f2d79c1cc (diff)
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/development/web')
-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 b1bd0ae912d95..987749a1eb726 100644
--- a/pkgs/development/web/nodejs/nodejs.nix
+++ b/pkgs/development/web/nodejs/nodejs.nix
@@ -206,7 +206,7 @@ let
       homepage = "https://nodejs.org";
       changelog = "https://github.com/nodejs/node/releases/tag/v${version}";
       license = licenses.mit;
-      maintainers = with maintainers; [ goibhniu gilligan cko marsam ];
+      maintainers = with maintainers; [ goibhniu gilligan cko ];
       platforms = platforms.linux ++ platforms.darwin;
       mainProgram = "node";
       knownVulnerabilities = optional (versionOlder version "18") "This NodeJS release has reached its end of life. See https://nodejs.org/en/about/releases/.";