tbb: remove myself from list of maintainers

This commit is contained in:
Peter Simons 2019-03-05 12:35:59 +01:00
parent 9d9c599055
commit 98f69edf83

View file

@ -41,6 +41,6 @@ with stdenv.lib; stdenv.mkDerivation rec {
details and threading mechanisms for scalability and performance.
'';
platforms = with platforms; linux ++ darwin;
maintainers = with maintainers; [ peti thoughtpolice dizfer ];
maintainers = with maintainers; [ thoughtpolice dizfer ];
};
}