From ea6e5db298a207a3346860a7d8bb645142ebb3ae Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Mon, 8 Jul 2019 20:14:46 -0500 Subject: [PATCH] rubocop: add marsam as maintainer --- pkgs/development/tools/rubocop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/tools/rubocop/default.nix b/pkgs/development/tools/rubocop/default.nix index 288ccfa1524..b91a36cb061 100644 --- a/pkgs/development/tools/rubocop/default.nix +++ b/pkgs/development/tools/rubocop/default.nix @@ -11,7 +11,7 @@ bundlerEnv rec { description = "Automatic Ruby code style checking tool"; homepage = "https://docs.rubocop.org/"; license = licenses.mit; - maintainers = with maintainers; [ leemachin ]; + maintainers = with maintainers; [ marsam leemachin ]; platforms = platforms.unix; }; }