forked from mirrors/nixpkgs
maintainers: add malbarbo
This commit is contained in:
parent
60ddbbb3a3
commit
b201f0dce0
|
@ -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";
|
||||
|
|
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue