heroku: add marsam to maintainers

This commit is contained in:
Mario Rodas 2020-04-12 04:20:00 -05:00
parent 55ec864561
commit 24aafc91dc
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://cli.heroku.com";
description = "Everything you need to get started using Heroku";
maintainers = with lib.maintainers; [ aflatter mirdhyn peterhoeg ];
maintainers = with lib.maintainers; [ aflatter mirdhyn peterhoeg marsam ];
license = lib.licenses.mit;
platforms = with lib.platforms; unix;
};