From 8fe6cc3541ad3cd667bd3e9a0ddece359b894b5d Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sat, 17 Jun 2023 04:20:00 +0000 Subject: [PATCH] mruby: add marsam to maintainers --- pkgs/development/compilers/mruby/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/mruby/default.nix b/pkgs/development/compilers/mruby/default.nix index f268fe2f1e6c..578dbf9c9837 100644 --- a/pkgs/development/compilers/mruby/default.nix +++ b/pkgs/development/compilers/mruby/default.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "An embeddable implementation of the Ruby language"; homepage = "https://mruby.org"; - maintainers = [ maintainers.nicknovitski ]; + maintainers = with maintainers; [ nicknovitski marsam ]; license = licenses.mit; platforms = platforms.all; };