CPython and PyPy: update meta.maintainers

This commit is contained in:
Frederik Rietdijk
2018-01-20 12:25:56 +01:00
parent e3865944f6
commit f72a465e84
5 changed files with 5 additions and 5 deletions

View File

@@ -178,6 +178,6 @@ in stdenv.mkDerivation {
'';
license = licenses.psfl;
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ chaoflow domenkozar cstrahan ];
maintainers = with maintainers; [ fridh ];
};
}