Skip to content

Commit db05d9f

Browse files
vringarYour Name
authored andcommitted
Fix package name
1 parent be43cbc commit db05d9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightkeeper/src/main/java/lightkeeper/LightKeeperPlugin.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
*/
1616
package lightkeeper;
1717

18+
import ghidra.app.CorePluginPackage;
1819
import ghidra.app.plugin.PluginCategoryNames;
1920
import ghidra.app.plugin.ProgramPlugin;
2021
import ghidra.framework.plugintool.PluginInfo;
@@ -32,7 +33,7 @@
3233
import lightkeeper.view.LightKeeperProvider;
3334

3435
//@formatter:off
35-
@PluginInfo(status = PluginStatus.STABLE, packageName = "light keeper", category = PluginCategoryNames.MISC, shortDescription = "Plugin for visualization of DynamoRio coverage data.", description = "Plugin for visualization of DynamoRio coverage data.")
36+
@PluginInfo(status = PluginStatus.STABLE, packageName = CorePluginPackage.NAME, category = PluginCategoryNames.MISC, shortDescription = "Plugin for visualization of DynamoRio coverage data.", description = "Plugin for visualization of DynamoRio coverage data.")
3637
//@formatter:on
3738
public class LightKeeperPlugin extends ProgramPlugin {
3839
protected CoverageModel coverageModel;

0 commit comments

Comments
 (0)