bun: add coffeeispower as a maintainer

This commit is contained in:
Tiaguinho
2023-09-08 17:30:46 +00:00
committed by Yt
parent c054b2a07b
commit 2d41cc62f5
+1 -1
View File
@@ -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;
};
}