From 2cf7928b262c66009b6b896f61caeb7b7c43c90c Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 12 Nov 2022 20:17:30 +0100 Subject: [PATCH] mozart: add h7x4 as maintainer --- pkgs/development/compilers/mozart/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/compilers/mozart/default.nix b/pkgs/development/compilers/mozart/default.nix index 2ac3a1ea22d..b901e7c3489 100644 --- a/pkgs/development/compilers/mozart/default.nix +++ b/pkgs/development/compilers/mozart/default.nix @@ -81,10 +81,10 @@ in stdenv.mkDerivation rec { tk ]; - meta = { + meta = with lib; { description = "An open source implementation of Oz 3"; - maintainers = [ lib.maintainers.layus ]; - license = lib.licenses.bsd2; + maintainers = with maintainers; [ layus h7x4 ]; + license = licenses.bsd2; homepage = "https://mozart.github.io"; };