buildkit: add marsam to maintainers

This commit is contained in:
Mario Rodas 2020-02-09 04:21:00 -05:00
parent 9fb1996925
commit 5fb378b5c5
No known key found for this signature in database
GPG key ID: 325649BCA6D53027

View file

@ -20,6 +20,6 @@ buildGoPackage rec {
description = "Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit";
homepage = https://github.com/moby/buildkit;
license = licenses.asl20;
maintainers = with maintainers; [ vdemeester ];
maintainers = with maintainers; [ vdemeester marsam ];
};
}