rubocop: add marsam as maintainer

This commit is contained in:
Mario Rodas 2019-07-08 20:14:46 -05:00
parent 021cbe0a06
commit ea6e5db298
No known key found for this signature in database
GPG Key ID: 4C4BEFD7B18DC5E8
1 changed files with 1 additions and 1 deletions

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