mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
scryer-prolog: add wkral as a maintainer
This commit is contained in:
parent
1f079b4f44
commit
0c8f03b8f0
@ -19307,6 +19307,12 @@
|
||||
githubId = 168610;
|
||||
name = "Ricardo M. Correia";
|
||||
};
|
||||
wkral = {
|
||||
email = "william.kral@gmail.com";
|
||||
github = "wkral";
|
||||
githubId = 105114;
|
||||
name = "William Kral";
|
||||
};
|
||||
wladmis = {
|
||||
email = "dev@wladmis.org";
|
||||
github = "wladmis";
|
||||
|
@ -46,6 +46,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 ];
|
||||
maintainers = with maintainers; [ malbarbo wkral ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user