Skip to content

Commit

Permalink
sundials: remove flokli as maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli committed Sep 23, 2020
1 parent ef55ac4 commit 3e82dd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/sundials/default.nix
Expand Up @@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
gfortran
blas
lapack
]
]
# KLU support is based on Suitesparse.
# It is tested upstream according to the section 1.1.4 of
# [INSTALL_GUIDE.pdf](https://raw.githubusercontent.com/LLNL/sundials/master/INSTALL_GUIDE.pdf)
Expand Down Expand Up @@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
description = "Suite of nonlinear differential/algebraic equation solvers";
homepage = "https://computation.llnl.gov/projects/sundials";
platforms = platforms.all;
maintainers = with maintainers; [ flokli idontgetoutmuch ];
maintainers = with maintainers; [ idontgetoutmuch ];
license = licenses.bsd3;
};
}

0 comments on commit 3e82dd3

Please sign in to comment.