From 3a4ba9e8ea7eb26e68adae559aadb13f76d7ad77 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 26 Mar 2023 04:20:00 +0000 Subject: [PATCH] ocamlPackages.csexp: add changelog to meta --- pkgs/development/ocaml-modules/csexp/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/ocaml-modules/csexp/default.nix b/pkgs/development/ocaml-modules/csexp/default.nix index 4b0df7e1f31c..4f72a3c09544 100644 --- a/pkgs/development/ocaml-modules/csexp/default.nix +++ b/pkgs/development/ocaml-modules/csexp/default.nix @@ -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 ]; };