VLC addon - Fix typos (#1892)

This commit is contained in:
SNoof85
2021-03-02 11:14:37 +01:00
committed by GitHub
parent 8161e57072
commit ad4dea47d8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
ARG BUILD_FROM ARG BUILD_FROM
FROM ${BUILD_FROM} FROM ${BUILD_FROM}
# Install Z-Wave JS # Install VLC
WORKDIR /usr/src WORKDIR /usr/src
RUN \ RUN \
set -x \ set -x \

View File

@@ -2,7 +2,7 @@
"name": "VLC", "name": "VLC",
"version": "0.1.2", "version": "0.1.2",
"slug": "vlc", "slug": "vlc",
"description": "Turn you device into a Media Player with VLC", "description": "Turn your device into a Media Player with VLC",
"arch": ["amd64", "i386", "armv7", "aarch64"], "arch": ["amd64", "i386", "armv7", "aarch64"],
"url": "https://github.com/home-assistant/hassio-addons/tree/master/vlc", "url": "https://github.com/home-assistant/hassio-addons/tree/master/vlc",
"startup": "services", "startup": "services",