Merge pull request #300870 from vbgl/coq-vpl-fix-meta

coqPackages.Vpl: fix meta
This commit is contained in:
Weijia Wang 2024-04-02 13:56:20 +02:00 committed by GitHub
commit dab574787a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 ];
};
}