Skip to content

Commit

Permalink
magma: remove tbenst from maintainers, add connorbaker
Browse files Browse the repository at this point in the history
  • Loading branch information
Connor Baker committed Mar 21, 2023
1 parent 504fb50 commit dcbb5ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/science/math/magma/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ stdenv.mkDerivation {
license = licenses.bsd3;
homepage = "http://icl.cs.utk.edu/magma/index.html";
platforms = platforms.unix;
maintainers = with maintainers; [ tbenst ];
maintainers = with maintainers; [ connorbaker ];
# CUDA and ROCm are mutually exclusive
broken = cudaSupport && rocmSupport || cudaSupport && strings.versionOlder cudaVersion "9";
};
Expand Down

0 comments on commit dcbb5ed

Please sign in to comment.