babashka: add thiagokokada as maintainer

(cherry picked from commit 9eee935ec232fffeda4917dba800967cf222eb0c)
wip/little-gl
Thiago Kenji Okada 3 years ago committed by github-actions[bot]
parent 20387998ce
commit e04a17a37e
  1. 8
      pkgs/development/interpreters/clojure/babashka.nix

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

Loading…
Cancel
Save