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.
This commit is contained in:
Kira Bruneau
2025-03-18 15:57:14 -04:00
parent b56a9f7758
commit a1fde977d9
@@ -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