mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 20:03:24 +00:00
Merge pull request #300870 from vbgl/coq-vpl-fix-meta
coqPackages.Vpl: fix meta
This commit is contained in:
commit
dab574787a
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user