lol

CPython and PyPy: update meta.maintainers

+5 -5
+1 -1
pkgs/development/interpreters/python/cpython/2.7/default.nix
··· 227 227 ''; 228 228 license = stdenv.lib.licenses.psfl; 229 229 platforms = stdenv.lib.platforms.all; 230 - maintainers = with stdenv.lib.maintainers; [ chaoflow domenkozar ]; 230 + maintainers = with stdenv.lib.maintainers; [ fridh ]; 231 231 # Higher priority than Python 3.x so that `/bin/python` points to `/bin/python2` 232 232 # in case both 2 and 3 are installed. 233 233 priority = -100;
+1 -1
pkgs/development/interpreters/python/cpython/3.4/default.nix
··· 185 185 ''; 186 186 license = licenses.psfl; 187 187 platforms = with platforms; linux ++ darwin; 188 - maintainers = with maintainers; [ chaoflow domenkozar cstrahan ]; 188 + maintainers = with maintainers; [ fridh ]; 189 189 }; 190 190 }
+1 -1
pkgs/development/interpreters/python/cpython/3.5/default.nix
··· 178 178 ''; 179 179 license = licenses.psfl; 180 180 platforms = with platforms; linux ++ darwin; 181 - maintainers = with maintainers; [ chaoflow domenkozar cstrahan ]; 181 + maintainers = with maintainers; [ fridh ]; 182 182 }; 183 183 }
+1 -1
pkgs/development/interpreters/python/cpython/3.6/default.nix
··· 178 178 ''; 179 179 license = licenses.psfl; 180 180 platforms = with platforms; linux ++ darwin; 181 - maintainers = with maintainers; [ chaoflow domenkozar cstrahan kragniz ]; 181 + maintainers = with maintainers; [ fridh kragniz ]; 182 182 }; 183 183 }
+1 -1
pkgs/development/interpreters/python/pypy/2.7/default.nix
··· 139 139 description = "Fast, compliant alternative implementation of the Python language (2.7.13)"; 140 140 license = licenses.mit; 141 141 platforms = platforms.linux; 142 - maintainers = with maintainers; [ domenkozar ]; 142 + maintainers = with maintainers; [ ]; 143 143 }; 144 144 }