maintainers: add malbarbo

This commit is contained in:
Marco A L Barbosa 2020-09-25 10:57:25 -03:00
parent 60ddbbb3a3
commit b201f0dce0
2 changed files with 7 additions and 0 deletions

View file

@ -6254,6 +6254,12 @@
githubId = 34393802;
name = "Malte Voos";
};
malbarbo = {
email = "malbarbo@gmail.com";
github = "malbarbo";
githubId = 1678126;
name = "Marco A L Barbosa";
};
malyn = {
email = "malyn@strangeGizmo.com";
github = "malyn";

View file

@ -31,5 +31,6 @@ rustPlatform.buildRustPackage rec {
description = "A modern Prolog implementation written mostly in Rust.";
homepage = "https://github.com/mthom/scryer-prolog";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ malbarbo ];
};
}