Commit 2d41cc62 authored by Tiaguinho's avatar Tiaguinho Committed by Yt
Browse files

bun: add coffeeispower as a maintainer

parent c054b2a0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
  };
}