summaryrefslogtreecommitdiff
path: root/plugins/bootimg/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/bootimg/core.c')
-rw-r--r--plugins/bootimg/core.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/bootimg/core.c b/plugins/bootimg/core.c
index fdf1c95..9c4bc45 100644
--- a/plugins/bootimg/core.c
+++ b/plugins/bootimg/core.c
@@ -26,7 +26,7 @@
#include <config.h>
#include <core/global.h>
-#include <plugins/plugin-def.h>
+#include <plugins/self.h>
#include "format.h"
@@ -43,7 +43,8 @@
-DEFINE_CHRYSALIDE_PLUGIN("GBootImgPlugin", "bootimg", "Add support for the BOOT.img format", "0.1.0",
+DEFINE_CHRYSALIDE_PLUGIN("BootImg", "Support for the BOOT.img format",
+ PACKAGE_VERSION, CHRYSALIDE_WEBSITE("doc/formats"),
PG_REQ, AL(PGA_PLUGIN_INIT, PGA_CONTENT_EXPLORER));