babashka: add thiagokokada as maintainer

(cherry picked from commit 9eee935ec232fffeda4917dba800967cf222eb0c)
This commit is contained in:
Thiago Kenji Okada
2021-05-30 02:30:26 +00:00
committed by github-actions[bot]
parent 20387998ce
commit e04a17a37e
@@ -113,6 +113,12 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/babashka/babashka";
license = licenses.epl10;
platforms = graalvm11-ce.meta.platforms;
maintainers = with maintainers; [ bandresen bhougland DerGuteMoritz jlesquembre ];
maintainers = with maintainers; [
bandresen
bhougland
DerGuteMoritz
jlesquembre
thiagokokada
];
};
}