From ef55ac4a6ea68672178c5f7225e4140a9fe37335 Mon Sep 17 00:00:00 2001 From: Florian Klink Date: Wed, 23 Sep 2020 11:56:03 +0200 Subject: [PATCH] sundials_2: remove flokli as maintainer --- pkgs/development/libraries/sundials/2.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }