mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
h5utils: Add meta.changelog
This commit is contained in:
parent
75a95fe340
commit
abe1c9eede
1 changed files with 1 additions and 0 deletions
|
@ -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 ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue