ocamlPackages.lutils: add changelog link

This commit is contained in:
Jonas Heinrich 2023-01-25 11:00:21 +01:00 committed by GitHub
parent 8145499e9c
commit 5a6308c80e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";
};