mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
coqPackages.Vpl: fix meta
This commit is contained in:
parent
1ae6aeea7e
commit
3c336f3089
@ -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