aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/sundials
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2020-09-23 11:56:03 +0200
committerFlorian Klink <flokli@flokli.de>2020-09-23 11:56:03 +0200
commitef55ac4a6ea68672178c5f7225e4140a9fe37335 (patch)
treefd6c570cdbbf1e47f085ed747cbe9432ebb8093d /pkgs/development/libraries/sundials
parent8662a35112ba04fd8feb4d49314aad22232b4b8b (diff)
sundials_2: remove flokli as maintainer
Diffstat (limited to 'pkgs/development/libraries/sundials')
-rw-r--r--pkgs/development/libraries/sundials/2.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/sundials/2.x.nix b/pkgs/development/libraries/sundials/2.x.nix
index b54e537fb823..ae22f0be1797 100644
--- a/pkgs/development/libraries/sundials/2.x.nix
+++ b/pkgs/development/libraries/sundials/2.x.nix
@@ -53,7 +53,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;
};
}