ocamlPackages.csexp: add changelog to meta
This commit is contained in:
parent
b947c0575a
commit
3a4ba9e8ea
1 changed files with 2 additions and 1 deletions
|
@ -12,8 +12,9 @@ buildDunePackage rec {
|
|||
minimalOCamlVersion = "4.03";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/ocaml-dune/csexp/";
|
||||
description = "Minimal support for Canonical S-expressions";
|
||||
homepage = "https://github.com/ocaml-dune/csexp";
|
||||
changelog = "https://github.com/ocaml-dune/csexp/raw/${version}/CHANGES.md";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ marsam ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue