bs-platform: add myself to maintainers

This commit is contained in:
Antonio Nuno Monteiro
2020-01-12 09:52:41 -08:00
parent 61cf52bc17
commit cf80bce0cc
2 changed files with 7 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ let
description = "A JavaScript backend for OCaml focused on smooth integration and clean generated code.";
homepage = https://bucklescript.github.io;
license = licenses.lgpl3;
maintainers = with maintainers; [ turbomack gamb ];
maintainers = with maintainers; [ turbomack gamb anmonteiro ];
platforms = platforms.all;
};
in