Skip to content

Commit 08c4994

Browse files
committed
Merge #18503: init: Replace URL_WEBSITE with PACKAGE_URL
fad2f68 init: Replace URL_WEBSITE with PACKAGE_URL (MarcoFalke) Pull request description: This is needed for rebranding efforts such as #18489 ACKs for top commit: hebasto: ACK fad2f68, tested on Linux Mint 19.3: fanquake: ACK fad2f68 - clicked a link. Tree-SHA512: c26e18cd328d3dd3fd7e25413e1bab780026687a148f126b8673e5f6cc13249f6c16689e45eba9da1545915c6001f96cd33f4e656c08cda3eae1c3fd88da23ea
2 parents be60e37 + fad2f68 commit 08c4994

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)