aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/sundials
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-09-23 11:56:28 +0200
committerFlorian Klink <flokli@flokli.de>2020-09-23 11:56:28 +0200
commit3e82dd3d8678a206e6d86c8a108680059b59fa2e (patch)
treeac001ac84c4660e14649facc16224778a24860fc /pkgs/development/libraries/sundials
parentef55ac4a6ea68672178c5f7225e4140a9fe37335 (diff)
sundials: remove flokli as maintainer
Diffstat (limited to 'pkgs/development/libraries/sundials')
-rw-r--r--pkgs/development/libraries/sundials/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/sundials/default.nix b/pkgs/development/libraries/sundials/default.nix
index 11a1c922b9ba..e1b4d375282e 100644
--- a/pkgs/development/libraries/sundials/default.nix
+++ b/pkgs/development/libraries/sundials/default.nix
@@ -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)
@@ -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;
};
}