aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Keith Winstein <keithw@cs.stanford.edu>2016-08-12 00:11:47 -0700
committerGravatar Keith Winstein <keithw@cs.stanford.edu>2016-08-12 00:11:47 -0700
commita09381d16193cd09e23e82944fb5bda5c914d158 (patch)
tree65ea0bf1b25c210f8f96883653750b27cb98cd8b /scripts
parentca2750dd036c133953839d59a30197983dee668a (diff)
http -> https links for mosh.org
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/mosh.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mosh.pl b/scripts/mosh.pl
index efb320b..c511482 100755
--- a/scripts/mosh.pl
+++ b/scripts/mosh.pl
@@ -116,7 +116,7 @@ qq{Usage: $0 [options] [--] [user@]host [command...]
--version version and copyright information
Please report bugs to mosh-devel\@mit.edu.
-Mosh home page: http://mosh.org\n};
+Mosh home page: https://mosh.org\n};
my $version_message = '@PACKAGE_STRING@ [build @VERSION@]' . qq{
Copyright 2012 Keith Winstein <mosh-devel\@mit.edu>