mozart: add h7x4 as maintainer

This commit is contained in:
h7x4 2022-11-12 20:17:30 +01:00
parent edaccfb61a
commit 2cf7928b26
No known key found for this signature in database
GPG key ID: 9F2F7D8250F35146

View file

@ -81,10 +81,10 @@ in stdenv.mkDerivation rec {
tk tk
]; ];
meta = { meta = with lib; {
description = "An open source implementation of Oz 3"; description = "An open source implementation of Oz 3";
maintainers = [ lib.maintainers.layus ]; maintainers = with maintainers; [ layus h7x4 ];
license = lib.licenses.bsd2; license = licenses.bsd2;
homepage = "https://mozart.github.io"; homepage = "https://mozart.github.io";
}; };