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

@@ -139,6 +139,6 @@ in stdenv.mkDerivation rec {
description = "Fast, compliant alternative implementation of the Python language (2.7.13)";
license = licenses.mit;
platforms = platforms.linux;
maintainers = with maintainers; [ domenkozar ];
maintainers = with maintainers; [ ];
};
}