eslint: add mdaniels5757 as comaintainer

This commit is contained in:
Michael Daniels
2025-11-28 11:01:01 -05:00
parent c18ccc44c0
commit 08eeb6c1fb
+4 -2
View File
@@ -3,7 +3,6 @@
buildNpmPackage,
fetchFromGitHub,
nix-update-script,
stdenv,
}:
buildNpmPackage rec {
pname = "eslint";
@@ -39,6 +38,9 @@ buildNpmPackage rec {
description = "Find and fix problems in your JavaScript code";
homepage = "https://eslint.org";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.onny ];
maintainers = with lib.maintainers; [
mdaniels5757
onny
];
};
}