aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRami Potinkara <rami.potinkara@qt.io>2024-02-23 18:22:28 +0200
committerNikunj Arora <nikunj.arora@qt.io>2024-02-26 14:42:26 +0000
commit19ca9f9a09f952d92b3bfdfe101a0ecf5e30c9bb (patch)
tree3969c8c0d58b5aed512b36546d094fbb0f133157
parent6021a62142145d9f9e3bdf384d57e02183704da9 (diff)
Update plugin.xml - vendor
Updated vendor information, url, email and organization name. Task-number: QTBUG-122606 Change-Id: I241a2005483c5de18ab42fca543f1049dd364184 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
-rw-r--r--src/main/resources/META-INF/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml
index 6cb931d..3935b06 100644
--- a/src/main/resources/META-INF/plugin.xml
+++ b/src/main/resources/META-INF/plugin.xml
@@ -8,7 +8,7 @@
<name>QtBuild</name>
<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
- <vendor email="support@qt.io" url="https://qt.io">Qt Group</vendor>
+ <vendor url="https://qt.io" email="qt.android@qt.io">Qt Group</vendor>
<!-- Description of the plugin displayed on the Plugin Page and IDE Plugin Manager.
Simple HTML elements (text formatting, paragraphs, and lists) can be added inside of <![CDATA[ ]]> tag.