summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2021-05-27 15:00:18 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2021-05-30 02:30:26 +0000
commite04a17a37e05f13efc39baed049c1a56e295e7b7 (patch)
tree746c6152a4f315d4ef1a476e3ba9b68eaa31cd8d
parentbabashka: 0.4.1 -> 0.4.3 (diff)
downloadnixpkgs-e04a17a37e05f13efc39baed049c1a56e295e7b7.tar.gz
babashka: add thiagokokada as maintainer
(cherry picked from commit 9eee935ec232fffeda4917dba800967cf222eb0c)
-rw-r--r--pkgs/development/interpreters/clojure/babashka.nix8
1 files changed, 7 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/clojure/babashka.nix b/pkgs/development/interpreters/clojure/babashka.nix
index b07221a3088e..e52d6c20b970 100644
--- a/pkgs/development/interpreters/clojure/babashka.nix
+++ b/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
+ ];
};
}