Merge pull request #117134 from anmonteiro/anmonteiro/remove-myself-from-bs-platform-maintainers

bs-platform: remove myself from maintainers
This commit is contained in:
Sandro 2021-03-21 19:53:39 +01:00 committed by GitHub
commit c79118de24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ in
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 anmonteiro ];
maintainers = with maintainers; [ turbomack gamb ];
platforms = platforms.all;
};
})