cminpack: update meta

This commit is contained in:
Mario Rodas 2023-08-10 04:20:00 +00:00
parent 6ed4c933fe
commit fe8dd61d5c

View file

@ -38,9 +38,11 @@ stdenv.mkDerivation rec {
];
meta = {
homepage = "http://devernay.free.fr/hacks/cminpack/cminpack.html";
license = lib.licenses.bsd3;
description = "Software for solving nonlinear equations and nonlinear least squares problems";
homepage = "http://devernay.free.fr/hacks/cminpack/";
changelog = "https://github.com/devernay/cminpack/blob/v${version}/README.md#history";
license = lib.licenses.bsd3;
platforms = lib.platforms.all;
maintainers = [ ];
};
}