Skip to content

Commit fad2f68

Browse files
author
MarcoFalke
committed
init: Replace URL_WEBSITE with PACKAGE_URL
1 parent 41fa292 commit fad2f68

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/init.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,13 +561,12 @@ void SetupServerArgs()
561561
std::string LicenseInfo()
562562
{
563563
const std::string URL_SOURCE_CODE = "<https://github.com/bitcoin/bitcoin>";
564-
const std::string URL_WEBSITE = "<https://bitcoincore.org>";
565564

566565
return CopyrightHolders(strprintf(_("Copyright (C) %i-%i").translated, 2009, COPYRIGHT_YEAR) + " ") + "\n" +
567566
"\n" +
568567
strprintf(_("Please contribute if you find %s useful. "
569568
"Visit %s for further information about the software.").translated,
570-
PACKAGE_NAME, URL_WEBSITE) +
569+
PACKAGE_NAME, "<" PACKAGE_URL ">") +
571570
"\n" +
572571
strprintf(_("The source code is available from %s.").translated,
573572
URL_SOURCE_CODE) +

0 commit comments

Comments
 (0)