python3.pkgs.scikits-odes: remove flokli from maintainers

This commit is contained in:
Florian Klink 2020-09-23 11:56:52 +02:00
parent 3e82dd3d86
commit 5bfe6004e1

View file

@ -49,7 +49,7 @@ buildPythonPackage rec {
description = "A scikit offering extra ode/dae solvers, as an extension to what is available in scipy";
homepage = "https://github.com/bmcage/odes";
license = licenses.bsd3;
maintainers = with maintainers; [ flokli idontgetoutmuch ];
maintainers = with maintainers; [ idontgetoutmuch ];
platforms = [ "aarch64-linux" "x86_64-linux" "x86_64-darwin" ];
};
}