scryer-prolog: add wkral as a maintainer

This commit is contained in:
William Kral
2023-11-17 16:15:19 -08:00
parent 1f079b4f44
commit 0c8f03b8f0
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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 ];
};
}