Skip to content

Commit a1973af

Browse files
committed
undone some changes in addon.xml
1 parent ec6543a commit a1973af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

service.mqtt/addon.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<addon id="service.mqtt" name="MQTT Adapter" version="0.14" provider-name="devtown">
2+
<addon id="service.mqtt" name="MQTT Adapter" version="0.14" provider-name="owagner">
33
<requires>
44
<import addon="xbmc.python" version="2.19.0"/>
55
</requires>
66
<extension point="xbmc.service" library="service.py" start="login" />
77
<extension point="xbmc.addon.metadata">
88
<summary lang="en">MQTT Adapter, adhering to mqtt-smarthome specification</summary>
99
<description lang="en">The addon is an adapter to an MQTT broker. It will publish information about what is playing, and provides remote control capability. It adheres to the mqtt-smarthome specification. </description>
10-
<disclaimer lang="en">Fork from https://github.com/owagner/kodi2mqtt</disclaimer>
10+
<disclaimer lang="en"></disclaimer>
1111
<platform>all</platform>
1212
<license>MIT</license>
1313
<forum></forum>
1414
<website></website>
1515
<email></email>
16-
<source>https://github.com/devtown/kodi2mqtt</source>
16+
<source>https://github.com/owagner/kodi2mqtt</source>
1717
</extension>
1818
</addon>

0 commit comments

Comments
 (0)