diff --git a/otterdog/adoptium.jsonnet b/otterdog/adoptium.jsonnet index 59369a1..e400048 100644 --- a/otterdog/adoptium.jsonnet +++ b/otterdog/adoptium.jsonnet @@ -161,7 +161,7 @@ orgs.newOrg('adoptium') { ], }, newMirrorRepo('alpine-jdk8u') { - description: "JDK8u mirror. This source code is an unmodified mirror of source code obtained from OpenJDK https://github.com/openjdk/jdk8u. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible", + description: "JDK8u mirror. This source code is an unmodified mirror of source code obtained from OpenJDK https://github.com/openjdk/jdk8u. It has been and may still be used to create builds that are untested and incompatible with the Java SE specification. You should not deploy or write to this code, but instead use the tested and certified Java SE compatible version of the code that is available at https://adoptium.net.", homepage: "", }, orgs.newRepo('api.adoptium.net') {