skaffold: add myself as maintainer

This commit is contained in:
Bryan A. S 2021-12-12 05:44:01 -03:00
parent 82c838356d
commit 6e6c3c5c92

View File

@ -41,6 +41,6 @@ buildGoModule rec {
It also provides building blocks and describe customizations for a CI/CD pipeline.
'';
license = licenses.asl20;
maintainers = with maintainers; [ vdemeester ];
maintainers = with maintainers; [ vdemeester bryanasdev000];
};
}