mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
VLC addon - Fix typos (#1892)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ARG BUILD_FROM
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
# Install Z-Wave JS
|
||||
# Install VLC
|
||||
WORKDIR /usr/src
|
||||
RUN \
|
||||
set -x \
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"name": "VLC",
|
||||
"version": "0.1.2",
|
||||
"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"],
|
||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/vlc",
|
||||
"startup": "services",
|
||||
|
||||
Reference in New Issue
Block a user