✏️ Collection of textual changes

This commit is contained in:
Franck Nijhof 2019-03-20 12:51:55 +01:00
parent 16dffabaf7
commit b0348d7ee4
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
4 changed files with 5 additions and 6 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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" \