summaryrefslogtreecommitdiff
path: root/plugins/yaml/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/yaml/core.c')
-rw-r--r--plugins/yaml/core.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/yaml/core.c b/plugins/yaml/core.c
index 8bcea05..ffc7edd 100644
--- a/plugins/yaml/core.c
+++ b/plugins/yaml/core.c
@@ -24,7 +24,7 @@
#include "core.h"
-#include <plugins/plugin-def.h>
+#include <plugins/self.h>
#ifdef HAVE_PYTHON3_BINDINGS
@@ -39,7 +39,8 @@
#endif
-DEFINE_CHRYSALIDE_PLUGIN("GYamlPlugin", "yaml", "Reader for Yaml contents", "0.1.0",
+DEFINE_CHRYSALIDE_PLUGIN("Yaml", "Yaml content reader",
+ PACKAGE_VERSION, CHRYSALIDE_WEBSITE(""),
PG_REQ, AL(PGA_PLUGIN_INIT));