From a1fde977d927cd5c6979deffaa991c4d48372855 Mon Sep 17 00:00:00 2001 From: Kira Bruneau Date: Tue, 18 Mar 2025 15:49:13 -0400 Subject: [PATCH] rocmPackages.rocfft: remove myself as maintainer The workarounds I originally added to support building in hydra are no longer necessary and have been removed, so I'm no longer interested in maintaining this. --- pkgs/development/rocm-modules/6/rocfft/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/rocm-modules/6/rocfft/default.nix b/pkgs/development/rocm-modules/6/rocfft/default.nix index 92f51a161a48..c8af11ad4d51 100644 --- a/pkgs/development/rocm-modules/6/rocfft/default.nix +++ b/pkgs/development/rocm-modules/6/rocfft/default.nix @@ -167,7 +167,7 @@ stdenv.mkDerivation (finalAttrs: { description = "FFT implementation for ROCm"; homepage = "https://github.com/ROCm/rocFFT"; license = with licenses; [ mit ]; - maintainers = with maintainers; [ kira-bruneau ] ++ teams.rocm.members; + maintainers = teams.rocm.members; platforms = platforms.linux; broken = versions.minor finalAttrs.version != versions.minor stdenv.cc.version