h5utils: Add meta.changelog

This commit is contained in:
Stefan Frijters 2022-11-24 23:28:05 +01:00
parent 75a95fe340
commit abe1c9eede
No known key found for this signature in database
GPG key ID: 7619A6BC6E7DFA6F

View file

@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A set of utilities for visualization and conversion of scientific data in the free, portable HDF5 format";
homepage = "https://github.com/stevengj/h5utils";
changelog = "https://github.com/NanoComp/h5utils/releases/tag/${version}";
license = with licenses; [ mit gpl2 ];
maintainers = with maintainers; [ sfrijters ];
};