python310Packages.h5netcdf: add changelog to meta
This commit is contained in:
parent
9dc44924fd
commit
3a1640263c
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "netCDF4 via h5py";
|
||||
homepage = "https://github.com/shoyer/h5netcdf";
|
||||
changelog = "https://github.com/h5netcdf/h5netcdf/releases/tag/v${version}";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue