3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #77571 from anmonteiro/anmonteiro/maintainer-bs-platform

bs-platform: add myself to maintainers
This commit is contained in:
Mario Rodas 2020-01-12 13:53:24 -05:00 committed by GitHub
commit c6417c3fea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 1 deletions

View file

@ -505,6 +505,12 @@
githubId = 750786;
name = "Justin Wood";
};
anmonteiro = {
email = "anmonteiro@gmail.com";
github = "anmonteiro";
githubId = 661909;
name = "Antonio Nuno Monteiro";
};
anpryl = {
email = "anpryl@gmail.com";
github = "anpryl";

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