Blackcoin More website uses https

This commit is contained in:
lateminer
2019-03-09 13:56:07 +03:00
parent 04b0ee71b5
commit dd6554d691
2 changed files with 2 additions and 2 deletions

View File

@@ -487,7 +487,7 @@ std::string HelpMessage(HelpMessageMode mode)
std::string LicenseInfo()
{
const std::string URL_SOURCE_CODE = "<https://gitlab.com/blackcoin/blackcoin-more>";
const std::string URL_WEBSITE = "<http://blackcoinmore.org/>";
const std::string URL_WEBSITE = "<https://blackcoinmore.org/>";
// todo: remove urls from translations on next change
// return FormatParagraph(strprintf(_("Copyright (C) %i-%i %s"), 2009, COPYRIGHT_YEAR, CopyrightHolders())) + "\n" +