📚 update tagline

This commit is contained in:
Timmo 2018-12-12 12:10:22 +00:00 committed by GitHub
parent fd3f2a5206
commit ebc2bc6fb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,12 +40,12 @@ ARG BUILD_VERSION
# Labels
LABEL \
io.hass.name="Home Panel" \
io.hass.description="A touch-compatible web-app for controlling the home" \
io.hass.description="A touch-compatible web frontend for controlling the home." \
io.hass.arch="${BUILD_ARCH}" \
io.hass.type="addon" \
io.hass.version=${BUILD_VERSION} \
maintainer="Timmo <contact@timmo.xyz>" \
org.label-schema.description="A touch-compatible web-app for controlling the home" \
org.label-schema.description="A touch-compatible web frontend for controlling the home." \
org.label-schema.build-date=${BUILD_DATE} \
org.label-schema.name="Home Panel" \
org.label-schema.schema-version="1.0" \