clojure: add thiagokokada as maintainer

This commit is contained in:
Thiago Kenji Okada 2021-01-01 23:18:30 -03:00
parent d848d42e18
commit 5f2feb6e3d

View file

@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
offers a software transactional memory system and reactive Agent
system that ensure clean, correct, multithreaded designs.
'';
maintainers = with maintainers; [ jlesquembre ];
maintainers = with maintainers; [ jlesquembre thiagokokada ];
platforms = platforms.unix;
};
}