babashka: add thiagokokada as maintainer
(cherry picked from commit 9eee935ec232fffeda4917dba800967cf222eb0c)
This commit is contained in:
parent
20387998ce
commit
e04a17a37e
|
@ -113,6 +113,12 @@ stdenv.mkDerivation rec {
|
||||||
homepage = "https://github.com/babashka/babashka";
|
homepage = "https://github.com/babashka/babashka";
|
||||||
license = licenses.epl10;
|
license = licenses.epl10;
|
||||||
platforms = graalvm11-ce.meta.platforms;
|
platforms = graalvm11-ce.meta.platforms;
|
||||||
maintainers = with maintainers; [ bandresen bhougland DerGuteMoritz jlesquembre ];
|
maintainers = with maintainers; [
|
||||||
|
bandresen
|
||||||
|
bhougland
|
||||||
|
DerGuteMoritz
|
||||||
|
jlesquembre
|
||||||
|
thiagokokada
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue