aboutsummaryrefslogtreecommitdiff
path: root/plugins/firstorder/plugin_base.dune
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/firstorder/plugin_base.dune')
-rw-r--r--plugins/firstorder/plugin_base.dune2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/firstorder/plugin_base.dune b/plugins/firstorder/plugin_base.dune
index bcbb99d9fc..d88daa23fc 100644
--- a/plugins/firstorder/plugin_base.dune
+++ b/plugins/firstorder/plugin_base.dune
@@ -1,5 +1,5 @@
(library
(name ground_plugin)
- (public_name coq.plugins.ground)
+ (public_name coq.plugins.firstorder)
(synopsis "Coq's first order logic solver plugin")
(libraries coq.plugins.ltac))