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; {
|
meta = with lib; {
|
||||||
description = "Interface to netCDF library (versions 3 and 4)";
|
description = "Interface to netCDF library (versions 3 and 4)";
|
||||||
homepage = "https://pypi.python.org/pypi/netCDF4";
|
homepage = "https://github.com/Unidata/netcdf4-python";
|
||||||
license = licenses.free; # Mix of license (all MIT* like)
|
changelog = "https://github.com/Unidata/netcdf4-python/raw/v${version}/Changelog";
|
||||||
|
maintainers = with maintainers; [ ];
|
||||||
|
license = licenses.mit;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue