From 45c54a505e7c298d47af8acbd738021516542ce5 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 12 Feb 2020 21:54:24 +0100 Subject: [PATCH] :hammer: Re-branding --- .github/settings.yml | 2 +- README.md | 4 ++-- chrony/.README.j2 | 2 +- chrony/rootfs/etc/cont-init.d/chrony.sh | 2 +- chrony/rootfs/etc/services.d/chronyd/finish | 2 +- chrony/rootfs/etc/services.d/chronyd/run | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/settings.yml b/.github/settings.yml index c0254eb..f97060f 100644 --- a/.github/settings.yml +++ b/.github/settings.yml @@ -1,6 +1,6 @@ --- repository: - description: "chrony - Community Home Assistant Add-ons" + description: "chrony - Home Assistant Community Add-ons" homepage: https://addons.community topics: ntp, chrony, addon, addons, home-assistant, homeassistant private: false diff --git a/README.md b/README.md index 9e29c0e..8e8501b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Community Home Assistant Add-on: chrony +# Home Assistant Community Add-on: chrony [![GitHub Release][releases-shield]][releases] ![Project Stage][project-stage-shield] @@ -116,7 +116,7 @@ Got questions? You have several options to get them answered: -- The [Community Home Assistant Add-ons Discord chat server][discord] for add-on +- The [Home Assistant Community Add-ons Discord chat server][discord] for add-on support and feature requests. - The [Home Assistant Discord chat server][discord-ha] for general Home Assistant discussions and questions. diff --git a/chrony/.README.j2 b/chrony/.README.j2 index 77d0f58..58a6c7c 100644 --- a/chrony/.README.j2 +++ b/chrony/.README.j2 @@ -1,4 +1,4 @@ -# Community Home Assistant Add-on: chrony +# Home Assistant Community Add-on: chrony [![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] diff --git a/chrony/rootfs/etc/cont-init.d/chrony.sh b/chrony/rootfs/etc/cont-init.d/chrony.sh index 469208b..1c22dbc 100644 --- a/chrony/rootfs/etc/cont-init.d/chrony.sh +++ b/chrony/rootfs/etc/cont-init.d/chrony.sh @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bashio # ============================================================================== -# Community Home Assistant Add-on: chrony +# Home Assistant Community Add-on: chrony # Configures chrony # ============================================================================== readonly CHRONY_CONF='/etc/chrony/chrony.conf' diff --git a/chrony/rootfs/etc/services.d/chronyd/finish b/chrony/rootfs/etc/services.d/chronyd/finish index 8a3ac98..8ae5998 100644 --- a/chrony/rootfs/etc/services.d/chronyd/finish +++ b/chrony/rootfs/etc/services.d/chronyd/finish @@ -1,6 +1,6 @@ #!/usr/bin/execlineb -S0 # ============================================================================== -# Community Home Assistant Add-on: chrony +# Home Assistant Community Add-on: chrony # Take down the S6 supervision tree when chrony fails # ============================================================================== if -n { s6-test $# -ne 0 } diff --git a/chrony/rootfs/etc/services.d/chronyd/run b/chrony/rootfs/etc/services.d/chronyd/run index c609b6f..58806c2 100644 --- a/chrony/rootfs/etc/services.d/chronyd/run +++ b/chrony/rootfs/etc/services.d/chronyd/run @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bashio # ============================================================================== -# Community Home Assistant Add-on: chrony +# Home Assistant Community Add-on: chrony # Runs chrony daemon # ============================================================================== declare -a options