about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDiogo <me@diogodp.dev>2024-06-19 11:25:00 +0000
committerDiogo <me@diogodp.dev>2024-06-19 11:25:00 +0000
commitbe91973b10d3c9082d9e272b9be20e2372da7936 (patch)
tree4ee95c5a552575d65aff900b9ee580b9b6bd3c84
parentcf779236cdbdf4873706003c41fbec7ce20efca1 (diff)
bun: add diogomdp as a maintainer
-rw-r--r--pkgs/development/web/bun/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/web/bun/default.nix b/pkgs/development/web/bun/default.nix
index a8272df9b24ee..28820426e109b 100644
--- a/pkgs/development/web/bun/default.nix
+++ b/pkgs/development/web/bun/default.nix
@@ -92,7 +92,7 @@ stdenvNoCC.mkDerivation rec {
       lgpl21Only # javascriptcore and webkit
     ];
     mainProgram = "bun";
-    maintainers = with maintainers; [ DAlperin jk thilobillerbeck cdmistman coffeeispower ];
+    maintainers = with maintainers; [ DAlperin jk thilobillerbeck cdmistman coffeeispower diogomdp ];
     platforms = builtins.attrNames passthru.sources;
     # Broken for Musl at 2024-01-13, tracking issue:
     # https://github.com/NixOS/nixpkgs/issues/280716