From f743bb8510ed44e5d0fadb5d5d3e2c93027750fb Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Mon, 25 Sep 2023 16:38:12 +0200 Subject: [PATCH] Update otterdog/adoptium.jsonnet Co-authored-by: Tim Ellison Signed-off-by: Thomas Neidhart --- otterdog/adoptium.jsonnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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') {