diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b7b6255..ba22bb1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 the second reviewer to merge it for you. -[github]: https://github.com/hassio-addons/xxxxx/issues -[prs]: https://github.com/hassio-addons/xxxxx/pulls +[github]: https://github.com/hassio-addons/addon-chrony/issues +[prs]: https://github.com/hassio-addons/addon-chrony/pulls diff --git a/LICENSE.md b/LICENSE.md index 05c00f7..3ff7c1f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ # 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 of this software and associated documentation files (the "Software"), to deal diff --git a/chrony/.README.j2 b/chrony/.README.j2 index 1674332..f38eca6 100644 --- a/chrony/.README.j2 +++ b/chrony/.README.j2 @@ -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 [release-shield]: https://img.shields.io/badge/version-{{ version }}-blue.svg [release]: {{ repo }}/tree/{{ version }} -[screenshot]: https://github.com/hassio-addons/addon-xxxxx/raw/master/images/screenshot.png diff --git a/chrony/Dockerfile b/chrony/Dockerfile index abcfabe..eb24ca4 100644 --- a/chrony/Dockerfile +++ b/chrony/Dockerfile @@ -27,12 +27,12 @@ LABEL \ io.hass.arch="${BUILD_ARCH}" \ io.hass.type="addon" \ io.hass.version=${BUILD_VERSION} \ - maintainer="Franck Nijhof " \ + maintainer="Paul Sinclair " \ org.label-schema.description="chrony NTP Server" \ org.label-schema.build-date=${BUILD_DATE} \ org.label-schema.name="chrony" \ 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.vcs-ref=${BUILD_REF} \ org.label-schema.vcs-url="https://github.com/hassio-addons/addon-chrony" \