tbb: add silvanshade to maintainers

Changed files
+3
pkgs
development
+1
pkgs/development/libraries/tbb/2020_3.nix
···
'';
platforms = platforms.unix;
maintainers = with maintainers; [
+
silvanshade
thoughtpolice
tmarkus
];
+1
pkgs/development/libraries/tbb/2022_0.nix
···
'';
platforms = platforms.unix ++ platforms.windows;
maintainers = with maintainers; [
+
silvanshade
thoughtpolice
tmarkus
];
+1
pkgs/development/libraries/tbb/default.nix
···
'';
platforms = platforms.unix ++ platforms.windows;
maintainers = with maintainers; [
+
silvanshade
thoughtpolice
tmarkus
];