From 3a00b4ecf4e8e2635f95882ee968b6290d7e8b7e Mon Sep 17 00:00:00 2001 From: silvanshade Date: Sat, 10 May 2025 11:01:56 -0600 Subject: [PATCH] tbb: add silvanshade to maintainers --- pkgs/development/libraries/tbb/2020_3.nix | 1 + pkgs/development/libraries/tbb/2022_0.nix | 1 + pkgs/development/libraries/tbb/default.nix | 1 + 3 files changed, 3 insertions(+) diff --git a/pkgs/development/libraries/tbb/2020_3.nix b/pkgs/development/libraries/tbb/2020_3.nix index 0399aa4c165f..82101272c395 100644 --- a/pkgs/development/libraries/tbb/2020_3.nix +++ b/pkgs/development/libraries/tbb/2020_3.nix @@ -124,6 +124,7 @@ stdenv.mkDerivation rec { ''; platforms = platforms.unix; maintainers = with maintainers; [ + silvanshade thoughtpolice tmarkus ]; diff --git a/pkgs/development/libraries/tbb/2022_0.nix b/pkgs/development/libraries/tbb/2022_0.nix index 75348dfa3323..bf7522d5c34d 100644 --- a/pkgs/development/libraries/tbb/2022_0.nix +++ b/pkgs/development/libraries/tbb/2022_0.nix @@ -85,6 +85,7 @@ stdenv.mkDerivation rec { ''; platforms = platforms.unix ++ platforms.windows; maintainers = with maintainers; [ + silvanshade thoughtpolice tmarkus ]; diff --git a/pkgs/development/libraries/tbb/default.nix b/pkgs/development/libraries/tbb/default.nix index 7944164ce986..738f3173c806 100644 --- a/pkgs/development/libraries/tbb/default.nix +++ b/pkgs/development/libraries/tbb/default.nix @@ -98,6 +98,7 @@ stdenv.mkDerivation rec { ''; platforms = platforms.unix ++ platforms.windows; maintainers = with maintainers; [ + silvanshade thoughtpolice tmarkus ];