mirror of
https://github.com/hassio-addons/addon-chrony.git
synced 2025-05-04 11:11:28 +00:00
✏️ Collection of textual changes (#4)
This commit is contained in:
parent
16dffabaf7
commit
8a0fb37a04
4 changed files with 5 additions and 6 deletions
|
@ -25,5 +25,5 @@ Even better: You could submit a pull request with a fix / new feature!
|
||||||
developers, or if you do not have permission to do that, you may request
|
developers, or if you do not have permission to do that, you may request
|
||||||
the second reviewer to merge it for you.
|
the second reviewer to merge it for you.
|
||||||
|
|
||||||
[github]: https://github.com/hassio-addons/xxxxx/issues
|
[github]: https://github.com/hassio-addons/addon-chrony/issues
|
||||||
[prs]: https://github.com/hassio-addons/xxxxx/pulls
|
[prs]: https://github.com/hassio-addons/addon-chrony/pulls
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# MIT License
|
# MIT License
|
||||||
|
|
||||||
Copyright (c) 2019 Franck Nijhof
|
Copyright (c) 2019 Paul Sinclair
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -65,4 +65,3 @@ If you are more interested in stable releases of our add-ons:
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
[release-shield]: https://img.shields.io/badge/version-{{ version }}-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-{{ version }}-blue.svg
|
||||||
[release]: {{ repo }}/tree/{{ version }}
|
[release]: {{ repo }}/tree/{{ version }}
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-xxxxx/raw/master/images/screenshot.png
|
|
||||||
|
|
|
@ -27,12 +27,12 @@ LABEL \
|
||||||
io.hass.arch="${BUILD_ARCH}" \
|
io.hass.arch="${BUILD_ARCH}" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.version=${BUILD_VERSION} \
|
io.hass.version=${BUILD_VERSION} \
|
||||||
maintainer="Franck Nijhof <frenck@addons.community>" \
|
maintainer="Paul Sinclair <hello@addons.community>" \
|
||||||
org.label-schema.description="chrony NTP Server" \
|
org.label-schema.description="chrony NTP Server" \
|
||||||
org.label-schema.build-date=${BUILD_DATE} \
|
org.label-schema.build-date=${BUILD_DATE} \
|
||||||
org.label-schema.name="chrony" \
|
org.label-schema.name="chrony" \
|
||||||
org.label-schema.schema-version="1.0" \
|
org.label-schema.schema-version="1.0" \
|
||||||
org.label-schema.url="https://community.home-assistant.io/?u=frenck" \
|
org.label-schema.url="https://github.com/hassio-addons/repository" \
|
||||||
org.label-schema.usage="https://github.com/hassio-addons/addon-chrony/tree/master/README.md" \
|
org.label-schema.usage="https://github.com/hassio-addons/addon-chrony/tree/master/README.md" \
|
||||||
org.label-schema.vcs-ref=${BUILD_REF} \
|
org.label-schema.vcs-ref=${BUILD_REF} \
|
||||||
org.label-schema.vcs-url="https://github.com/hassio-addons/addon-chrony" \
|
org.label-schema.vcs-url="https://github.com/hassio-addons/addon-chrony" \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue