Update init.cpp

This commit is contained in:
NotRin7
2024-04-09 15:32:57 +02:00
committed by GitHub
parent 71ceae0a68
commit 72650093e4

View File

@@ -579,7 +579,7 @@ void SetupServerArgs()
std::string LicenseInfo()
{
const std::string URL_SOURCE_CODE = "<https://github.com/palladium/palladium>";
const std::string URL_SOURCE_CODE = "<https://github.com/NotRin7/palladium>";
return CopyrightHolders(strprintf(_("Copyright (C) %i-%i").translated, 2009, COPYRIGHT_YEAR) + " ") + "\n" +
"\n" +