Skip to content

Commit

Permalink
Merge pull request james-fry#28 from accelle17/master
Browse files Browse the repository at this point in the history
change link of ink2mqtt to james-fry instead of bouwew's since it's 404
  • Loading branch information
james-fry authored Oct 9, 2019
2 parents 7f31452 + b6f1edb commit 1ea185e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ink2mqtt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

#
Expand Down
2 changes: 1 addition & 1 deletion repository.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 1ea185e

Please sign in to comment.