bun: add coffeeispower as a maintainer

This commit is contained in:
Tiaguinho 2023-09-08 15:46:09 +01:00 committed by Yt
parent c054b2a07b
commit 2d41cc62f5

View file

@ -76,7 +76,7 @@ stdenvNoCC.mkDerivation rec {
mit # bun core mit # bun core
lgpl21Only # javascriptcore and webkit lgpl21Only # javascriptcore and webkit
]; ];
maintainers = with maintainers; [ DAlperin jk thilobillerbeck cdmistman ]; maintainers = with maintainers; [ DAlperin jk thilobillerbeck cdmistman coffeeispower ];
platforms = builtins.attrNames passthru.sources; platforms = builtins.attrNames passthru.sources;
}; };
} }