From 2d4f07cff4b4667c89ac63b1b8c5fbcfebb263d3 Mon Sep 17 00:00:00 2001 From: 0xMRTT <0xmrtt@noreply.codeberg.org> Date: Fri, 5 May 2023 17:53:08 +0000 Subject: [PATCH] fix: link in about Signed-off-by: 0xMRTT <0xmrtt@noreply.codeberg.org> --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 70fa27e..e6e5543 100644 --- a/src/main.py +++ b/src/main.py @@ -126,7 +126,7 @@ class ImaginerApplication(Adw.Application): about.add_acknowledgement_section( "Special thanks to", [ - "Upscaler https://gitlab.com/Th", + "Upscaler https://gitlab.com/TheEvilSkeleton/Upscaler", ], )