Rename java to oracle-jdk (#163)

Following https://github.com/endoflife-date/endoflife.date/pull/3332.
This commit is contained in:
Marc Wrobel
2023-10-19 08:12:29 +02:00
committed by GitHub
parent 9fcb471759
commit bc15953ee2
2 changed files with 1 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ variable in the python script does not work, so it has to be done before this
script execution.
"""
PRODUCT = "java"
PRODUCT = "oracle-jdk"
URL = "https://www.java.com/releases/"