Mercurial > p > roundup > code
changeset 7496:ec738682874d
Fix missing escaped newline.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 17 Jun 2023 16:13:09 -0400 |
| parents | 12674129a45c |
| children | dcf37ca1a47d |
| files | scripts/Docker/Dockerfile |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/Docker/Dockerfile Sat Jun 17 15:42:47 2023 -0400 +++ b/scripts/Docker/Dockerfile Sat Jun 17 16:13:09 2023 -0400 @@ -200,7 +200,7 @@ "org.opencontainers.image.description"="Roundup Issue Tracker with multi-backend support installed via $source" \ "org.opencontainers.image.version"="2.2.0" \ "org.opencontainers.image.authors"="roundup-devel@lists.sourceforge.net" \ - "org.opencontainers.image.licenses"="MIT AND ZPL-2.0 AND Python-2.0" + "org.opencontainers.image.licenses"="MIT AND ZPL-2.0 AND Python-2.0" \ "org.opencontainers.image.documentation"="https://www.roundup-tracker.org/docs/installation.html"
