We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3023c commit dcdece2Copy full SHA for dcdece2
src/init.cpp
@@ -545,7 +545,7 @@ std::string HelpMessage(HelpMessageMode mode)
545
546
std::string LicenseInfo()
547
{
548
- const std::string URL_SOURCE_CODE = "<https://github.com/navcoindev/navcoin-core>";
+ const std::string URL_SOURCE_CODE = "<https://github.com/NAVCoin/navcoin-core>";
549
const std::string URL_WEBSITE = "<https://navcoin.org>";
550
// todo: remove urls from translations on next change
551
return CopyrightHolders(strprintf(_("Copyright (C) %i-%i"), 2009, COPYRIGHT_YEAR) + " ") + "\n" +
0 commit comments