Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

magma: remove tbenst from maintainers, add connorbaker

+1 -1
+1 -1
pkgs/development/libraries/science/math/magma/generic.nix
··· 173 license = licenses.bsd3; 174 homepage = "http://icl.cs.utk.edu/magma/index.html"; 175 platforms = platforms.unix; 176 - maintainers = with maintainers; [ tbenst ]; 177 # CUDA and ROCm are mutually exclusive 178 broken = cudaSupport && rocmSupport || cudaSupport && strings.versionOlder cudaVersion "9"; 179 };
··· 173 license = licenses.bsd3; 174 homepage = "http://icl.cs.utk.edu/magma/index.html"; 175 platforms = platforms.unix; 176 + maintainers = with maintainers; [ connorbaker ]; 177 # CUDA and ROCm are mutually exclusive 178 broken = cudaSupport && rocmSupport || cudaSupport && strings.versionOlder cudaVersion "9"; 179 };