mongodb-tools: add bryanasdev000 as maintainer

This commit is contained in:
Bryan A. S 2021-11-15 19:07:24 -03:00
parent 19badcf76f
commit 519f1c78ac

View file

@ -52,6 +52,7 @@ in buildGoPackage {
meta = {
homepage = "https://github.com/mongodb/mongo-tools";
description = "Tools for the MongoDB";
maintainers = with lib.maintainers; [ bryanasdev000 ];
license = lib.licenses.asl20;
};
}