bun: add diogomdp as a maintainer

This commit is contained in:
Diogo
2024-06-19 11:25:00 +00:00
parent cf779236cd
commit be91973b10
+1 -1
View File
@@ -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