python310Packages.netcdf4: update meta

This commit is contained in:
Mario Rodas 2022-11-30 04:20:00 +00:00
parent 9adb1b1286
commit 7df64ec305

View file

@ -54,7 +54,9 @@ buildPythonPackage rec {
meta = with lib; {
description = "Interface to netCDF library (versions 3 and 4)";
homepage = "https://pypi.python.org/pypi/netCDF4";
license = licenses.free; # Mix of license (all MIT* like)
homepage = "https://github.com/Unidata/netcdf4-python";
changelog = "https://github.com/Unidata/netcdf4-python/raw/v${version}/Changelog";
maintainers = with maintainers; [ ];
license = licenses.mit;
};
}