about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-03-26 04:20:00 +0000
committerMario Rodas <marsam@users.noreply.github.com>2023-03-26 04:20:00 +0000
commit3a4ba9e8ea7eb26e68adae559aadb13f76d7ad77 (patch)
treef1a6ca841556336764c9669cf4db48ca7f5260c2
parentb947c0575ab3c07b64ed052df5332d4ab3ac2741 (diff)
ocamlPackages.csexp: add changelog to meta
-rw-r--r--pkgs/development/ocaml-modules/csexp/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/development/ocaml-modules/csexp/default.nix b/pkgs/development/ocaml-modules/csexp/default.nix
index 4b0df7e1f31c8..4f72a3c09544e 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 ];
   };