From be5dc5db7094b7a740db004e17996113ca437b56 Mon Sep 17 00:00:00 2001 From: swirl Date: Mon, 27 Dec 2021 20:49:42 -0500 Subject: ebuild, fix GitHub URL --- program_info/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program_info') diff --git a/program_info/CMakeLists.txt b/program_info/CMakeLists.txt index f418f8b2..c1711201 100644 --- a/program_info/CMakeLists.txt +++ b/program_info/CMakeLists.txt @@ -6,7 +6,7 @@ set(Launcher_Name "${Launcher_CommonName}" PARENT_SCOPE) set(Launcher_DisplayName "${Launcher_CommonName} 5" PARENT_SCOPE) set(Launcher_UserAgent "${Launcher_CommonName}/5.0" PARENT_SCOPE) set(Launcher_ConfigFile "polymc.cfg" PARENT_SCOPE) -set(Launcher_Git "https://github.com/PolyMC/Launcher" PARENT_SCOPE) +set(Launcher_Git "https://github.com/PolyMC/PolyMC" PARENT_SCOPE) set(Launcher_Branding_ICNS "program_info/Launcher.icns" PARENT_SCOPE) set(Launcher_Branding_WindowsRC "program_info/launcher.rc" PARENT_SCOPE) -- cgit