git-lfs: add marsam to maintainers

This commit is contained in:
Mario Rodas 2020-05-01 04:20:00 -05:00
parent ae04f8efae
commit 7156ab6d85
No known key found for this signature in database
GPG Key ID: 325649BCA6D53027

View File

@ -31,6 +31,6 @@ buildGoPackage rec {
description = "Git extension for versioning large files";
homepage = "https://git-lfs.github.com/";
license = [ licenses.mit ];
maintainers = [ maintainers.twey ];
maintainers = [ maintainers.twey maintainers.marsam ];
};
}