python2.7: remove thiagokokada from maintainers

This commit is contained in:
Thiago Kenji Okada 2024-01-07 21:36:14 +00:00
parent 5e5668608a
commit a1f364d694

View File

@ -344,7 +344,7 @@ in with passthru; stdenv.mkDerivation ({
'';
license = lib.licenses.psfl;
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ fridh thiagokokada ];
maintainers = with lib.maintainers; [ fridh ];
knownVulnerabilities = [
"Python 2.7 has reached its end of life after 2020-01-01. See https://www.python.org/doc/sunset-python-2/."
# Quote: That means that we will not improve it anymore after that day,