maintainers: add malbarbo

launchpad/nixpkgs/master
Marco A L Barbosa 4 years ago
parent 60ddbbb3a3
commit b201f0dce0
  1. 6
      maintainers/maintainer-list.nix
  2. 1
      pkgs/development/compilers/scryer-prolog/default.nix

@ -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…
Cancel
Save