rubocop: add marsam as maintainer

This commit is contained in:
Mario Rodas
2019-07-08 20:14:46 -05:00
parent 021cbe0a06
commit ea6e5db298

View File

@@ -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;
};
}