python310Packages.h5netcdf: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-11-27 10:21:08 +01:00
committed by GitHub
parent 9dc44924fd
commit 3a1640263c
@@ -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; [ ];
};