about summary refs log tree commit diff
path: root/pkgs/development/interpreters/python
diff options
context:
space:
mode:
authorThiago Kenji Okada <thiagokokada@gmail.com>2024-01-07 21:36:14 +0000
committerThiago Kenji Okada <thiagokokada@gmail.com>2024-01-07 21:36:14 +0000
commita1f364d69493fab6d3426301253cc6dec32f58ab (patch)
tree646702e7070a7930becce4ca469773b985550d17 /pkgs/development/interpreters/python
parent5e5668608a082d4137d86148c530f8709a626497 (diff)
downloadnixlib-a1f364d69493fab6d3426301253cc6dec32f58ab.tar
nixlib-a1f364d69493fab6d3426301253cc6dec32f58ab.tar.gz
nixlib-a1f364d69493fab6d3426301253cc6dec32f58ab.tar.bz2
nixlib-a1f364d69493fab6d3426301253cc6dec32f58ab.tar.lz
nixlib-a1f364d69493fab6d3426301253cc6dec32f58ab.tar.xz
nixlib-a1f364d69493fab6d3426301253cc6dec32f58ab.tar.zst
nixlib-a1f364d69493fab6d3426301253cc6dec32f58ab.zip
python2.7: remove thiagokokada from maintainers
Diffstat (limited to 'pkgs/development/interpreters/python')
-rw-r--r--pkgs/development/interpreters/python/cpython/2.7/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/interpreters/python/cpython/2.7/default.nix b/pkgs/development/interpreters/python/cpython/2.7/default.nix
index 5cdd307e70fe..a77206ae3852 100644
--- a/pkgs/development/interpreters/python/cpython/2.7/default.nix
+++ b/pkgs/development/interpreters/python/cpython/2.7/default.nix
@@ -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,