treewide: remove maintainer goibhniu

Inactive in Nixpkgs since 2018 (and a single PR in 2022).
https://github.com/NixOS/nixpkgs/issues?q=author%3Acillianderoiste
This commit is contained in:
Ivan Trubach
2024-07-24 13:38:22 +03:00
parent 1008468f8d
commit 90fbf71333
125 changed files with 123 additions and 145 deletions
+1 -1
View File
@@ -220,7 +220,7 @@ let
homepage = "https://nodejs.org";
changelog = "https://github.com/nodejs/node/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ goibhniu aduh95 ];
maintainers = with maintainers; [ aduh95 ];
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/.";