tbb: remove myself from list of maintainers

This commit is contained in:
Peter Simons
2019-03-05 12:53:04 +01:00
parent 9d9c599055
commit 98f69edf83
+1 -1
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 ];
};
}