babashka: add thiagokokada as maintainer

(cherry picked from commit 9eee935ec232fffeda4917dba800967cf222eb0c)
This commit is contained in:
Thiago Kenji Okada 2021-05-27 15:00:18 -03:00 committed by github-actions[bot]
parent 20387998ce
commit e04a17a37e
1 changed files with 7 additions and 1 deletions

View File

@ -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
];
};
}