From 2d41cc62f5734cec455a5d6d4f3c25b4034d86f7 Mon Sep 17 00:00:00 2001 From: Tiaguinho Date: Fri, 8 Sep 2023 15:46:09 +0100 Subject: [PATCH] bun: add coffeeispower as a maintainer --- pkgs/development/web/bun/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/web/bun/default.nix b/pkgs/development/web/bun/default.nix index 12c77b3b654..ef1e19a3daf 100644 --- a/pkgs/development/web/bun/default.nix +++ b/pkgs/development/web/bun/default.nix @@ -76,7 +76,7 @@ stdenvNoCC.mkDerivation rec { mit # bun core lgpl21Only # javascriptcore and webkit ]; - maintainers = with maintainers; [ DAlperin jk thilobillerbeck cdmistman ]; + maintainers = with maintainers; [ DAlperin jk thilobillerbeck cdmistman coffeeispower ]; platforms = builtins.attrNames passthru.sources; }; }