about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2023-01-25 11:00:21 +0100
committerGitHub <noreply@github.com>2023-01-25 11:00:21 +0100
commit5a6308c80e6c75775597456eeb47ec0dd774f59d (patch)
tree2a27e8ee46fbc96fdb39d92a69f85f10df768947 /pkgs
parent8145499e9c4186256ff20007643e49f02a8264a6 (diff)
ocamlPackages.lutils: add changelog link
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/ocaml-modules/lutils/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ocaml-modules/lutils/default.nix b/pkgs/development/ocaml-modules/lutils/default.nix
index 20501e82451c9..38bd10077ce09 100644
--- a/pkgs/development/ocaml-modules/lutils/default.nix
+++ b/pkgs/development/ocaml-modules/lutils/default.nix
@@ -18,6 +18,7 @@ buildDunePackage rec {
   meta = with lib; {
     homepage = "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutils/";
     description = "Tools and libs shared by Verimag/synchronous tools (lustre, lutin, rdbg)";
+    changelog = "https://gricad-gitlab.univ-grenoble-alpes.fr/verimag/synchrone/lutils/-/releases/v${version}";
     license = lib.licenses.cecill21;
     mainProgram = "gnuplot-rif";
   };