coqPackages.Vpl: fix meta

This commit is contained in:
Vincent Laporte 2024-04-02 07:06:45 +02:00
parent 1ae6aeea7e
commit 3c336f3089
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F

View File

@ -11,7 +11,10 @@ mkCoqDerivation {
sourceRoot = "source/coq";
meta = coq.ocamlPackages.vpl-core.meta // {
meta = {
description = "Coq interface to VPL abstract domain of convex polyhedra";
homepage = "https://amarechal.gitlab.io/home/projects/vpl/";
license = lib.licenses.lgpl3Only;
maintainers = [ lib.maintainers.vbgl ];
};
}