summary refs log tree commit diff
path: root/pkgs/development/libraries/tbb
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-03-05 12:35:59 +0100
committerPeter Simons <simons@cryp.to>2019-03-05 12:53:04 +0100
commit98f69edf832ce283bf385c0817712f2f2d2b5a57 (patch)
tree0f1329bcd3a7ca261309a956624e303133e50328 /pkgs/development/libraries/tbb
parent9d9c59905586655045039133dfc01367deb0da9d (diff)
downloadnixpkgs-98f69edf832ce283bf385c0817712f2f2d2b5a57.tar
nixpkgs-98f69edf832ce283bf385c0817712f2f2d2b5a57.tar.gz
nixpkgs-98f69edf832ce283bf385c0817712f2f2d2b5a57.tar.bz2
nixpkgs-98f69edf832ce283bf385c0817712f2f2d2b5a57.tar.lz
nixpkgs-98f69edf832ce283bf385c0817712f2f2d2b5a57.tar.xz
nixpkgs-98f69edf832ce283bf385c0817712f2f2d2b5a57.tar.zst
nixpkgs-98f69edf832ce283bf385c0817712f2f2d2b5a57.zip
tbb: remove myself from list of maintainers
Diffstat (limited to 'pkgs/development/libraries/tbb')
-rw-r--r--pkgs/development/libraries/tbb/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/tbb/default.nix b/pkgs/development/libraries/tbb/default.nix
index a7b7f5243fb..d8a74bdf591 100644
--- a/pkgs/development/libraries/tbb/default.nix
+++ b/pkgs/development/libraries/tbb/default.nix
@@ -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 ];
   };
 }