From 5c19c4239949fe5c1ecddbdc207b0c40bcde1064 Mon Sep 17 00:00:00 2001 From: Tad Date: Wed, 8 Aug 2018 19:57:48 -0400 Subject: Replace all possible HTTP links with HTTPS --- src/firemon/usage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/firemon/usage.c') diff --git a/src/firemon/usage.c b/src/firemon/usage.c index a4d642d66..5714643cc 100644 --- a/src/firemon/usage.c +++ b/src/firemon/usage.c @@ -75,7 +75,7 @@ static char *help_str = "\tUser - The owner of the sandbox.\n" "\n" "License GPL version 2 or later\n" - "Homepage: http://firejail.wordpress.com\n" + "Homepage: https://firejail.wordpress.com\n" "\n"; void usage(void) { -- cgit v1.2.3-54-g00ecf