summaryrefslogtreecommitdiffstats
path: root/src/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin.h')
-rw-r--r--src/plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugin.h b/src/plugin.h
index ad3973a..6aaf7b5 100644
--- a/src/plugin.h
+++ b/src/plugin.h
@@ -3,8 +3,8 @@
#include <dbus/dbus.h>
-#define PLUGIN_ROOT_INTF "com.mandriva.monitoring"
-#define PLUGIN_ROOT_PATH "/com/mandriva/monitoring"
+#define PLUGIN_ROOT_INTF "org.mageia.monitoring"
+#define PLUGIN_ROOT_PATH "/org/mageia/monitoring"
typedef struct plugin_s plugin_t;
struct plugin_s {