diff --git a/HMCL/src/main/resources/assets/about/deps.json b/HMCL/src/main/resources/assets/about/deps.json index 5b0cf6847..bdfd53199 100644 --- a/HMCL/src/main/resources/assets/about/deps.json +++ b/HMCL/src/main/resources/assets/about/deps.json @@ -58,5 +58,10 @@ "title" : "SimplePNG", "subtitle" : "Copyright © 2023 Glavo.\nLicensed under the Apache 2.0 License.", "externalLink" : "https://github.com/Glavo/SimplePNG" + }, + { + "title" : "Java Native Access", + "subtitle" : "Licensed under the LGPL 2.1 License or the Apache 2.0 License.", + "externalLink" : "https://github.com/java-native-access/jna" } ] \ No newline at end of file diff --git a/HMCL/src/main/resources/assets/about/thanks.json b/HMCL/src/main/resources/assets/about/thanks.json index 189ff3012..203b157e2 100644 --- a/HMCL/src/main/resources/assets/about/thanks.json +++ b/HMCL/src/main/resources/assets/about/thanks.json @@ -50,7 +50,8 @@ { "image" : "/assets/img/red_lnn.png", "title" : "Red_lnn", - "subtitleLocalized" : "about.thanks_to.red_lnn.statement" + "subtitleLocalized" : "about.thanks_to.red_lnn.statement", + "externalLink" : "https://redlnn.top" }, { "image" : "/assets/img/mcmod.png",