python310Packages.netcdf4: update meta
This commit is contained in:
parent
9adb1b1286
commit
7df64ec305
1 changed files with 4 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue