From 6db8422c870dbc4ce1ac6346484fefb300a3d541 Mon Sep 17 00:00:00 2001 From: comp500 Date: Fri, 21 Jan 2022 00:37:36 +0000 Subject: [PATCH] Add source link, update report issue link --- .../link/infra/packwiz/installer/ui/gui/ExceptionListWindow.kt | 2 +- src/main/resources/META-INF/LICENSES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/kotlin/link/infra/packwiz/installer/ui/gui/ExceptionListWindow.kt b/src/main/kotlin/link/infra/packwiz/installer/ui/gui/ExceptionListWindow.kt index dc20852..69339df 100644 --- a/src/main/kotlin/link/infra/packwiz/installer/ui/gui/ExceptionListWindow.kt +++ b/src/main/kotlin/link/infra/packwiz/installer/ui/gui/ExceptionListWindow.kt @@ -125,7 +125,7 @@ class ExceptionListWindow(eList: List, future: CompletableFutu if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Desktop.Action.BROWSE)) { addActionListener { try { - Desktop.getDesktop().browse(URI("https://github.com/comp500/packwiz-installer/issues/new")) + Desktop.getDesktop().browse(URI("https://github.com/packwiz/packwiz-installer/issues/new")) } catch (e: IOException) { // lol the button just won't work i guess } catch (e: URISyntaxException) {} diff --git a/src/main/resources/META-INF/LICENSES.md b/src/main/resources/META-INF/LICENSES.md index cba7d61..a412b3b 100644 --- a/src/main/resources/META-INF/LICENSES.md +++ b/src/main/resources/META-INF/LICENSES.md @@ -1,6 +1,6 @@ # Licenses -packwiz-installer itself is under the MIT license, except for Murmur2Lib and bundled dependencies as follows: +packwiz-installer itself is under the MIT license ([Source](https://github.com/packwiz/packwiz-installer)), except for Murmur2Lib and bundled dependencies as follows: - Murmur2Lib: Apache 2.0 ([Source](https://github.com/prasanthj/hasher/blob/master/src/main/java/hasher/Murmur2.java)) - Google Gson 2.8.9: Apache 2.0 ([Source](https://github.com/google/gson))