diff --git a/ink2mqtt/Dockerfile b/ink2mqtt/Dockerfile index f3e61bb..5278f53 100644 --- a/ink2mqtt/Dockerfile +++ b/ink2mqtt/Dockerfile @@ -7,7 +7,7 @@ ENV LANG C.UTF-8 MAINTAINER James Fry -LABEL Description="This image is used to start a script that will monitor for RF events on 433Mhz (configurable) and send the data to an MQTT server" +LABEL Description="This image is used to start a script that will monitor printer ink and send the data to an MQTT server" # # First install software packages needed to compile rtl_433 and to publish MQTT events @@ -31,7 +31,7 @@ make && \ make install && \ apk add --no-cache mosquitto-clients jq && \ cd / && \ -curl -L http://raw.githubusercontent.com/bouwew/hassio-addons/master/ink2mqtt/ink2mqtt.sh > ink2mqtt.sh && \ +curl -L https://raw.githubusercontent.com/james-fry/hassio-addons/master/ink2mqtt/ink2mqtt.sh > ink2mqtt.sh && \ chmod +x /ink2mqtt.sh # diff --git a/repository.json b/repository.json index 17a2bf2..8025ff8 100644 --- a/repository.json +++ b/repository.json @@ -1,5 +1,5 @@ { "name": "Hass.IO add-on repository by James Fry", - "url": "https://github.com/bouwew/hassio-addons", + "url": "https://github.com/accelle17/hassio-addons", "maintainer": "James and helpers" }