clj-kondo: remove thiagokokada from maintainers

This commit is contained in:
Thiago Kenji Okada
2024-01-07 21:39:15 +00:00
parent 3698d80e37
commit 8a9938b06c
+1 -1
View File
@@ -29,6 +29,6 @@ buildGraalvmNativeImage rec {
license = licenses.epl10;
changelog =
"https://github.com/clj-kondo/clj-kondo/blob/v${version}/CHANGELOG.md";
maintainers = with maintainers; [ jlesquembre bandresen thiagokokada ];
maintainers = with maintainers; [ jlesquembre bandresen ];
};
}