Skip to content

Commit

Permalink
sundials_2: 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 8662a35 commit ef55ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/sundials/2.x.nix
Expand Up @@ -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;
};
}

0 comments on commit ef55ac4

Please sign in to comment.