From c8ea108be36014dc3c17a2730d1503df0965125e Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Wed, 15 Mar 2017 19:40:17 -0400 Subject: [PATCH] Use https://git.io/gam --- src/gam.py | 2 +- src/var.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gam.py b/src/gam.py index c9f5179d..aaeb098b 100755 --- a/src/gam.py +++ b/src/gam.py @@ -19,7 +19,7 @@ u"""GAM is a command line tool which allows Administrators to control their G Suite domain and accounts. With GAM you can programatically create users, turn on/off services for users like POP and Forwarding and much more. -For more information, see http://git.io/gam +For more information, see https://git.io/gam """ import sys diff --git a/src/var.py b/src/var.py index 098d7302..34b63d32 100644 --- a/src/var.py +++ b/src/var.py @@ -7,7 +7,7 @@ gam_author = u'Jay Lee ' gam_version = u'4.12' gam_license = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' -GAM_URL = u'http://git.io/gam' +GAM_URL = u'https://git.io/gam' GAM_INFO = u'GAM {0} - {1} / {2} / Python {3}.{4}.{5} {6} / {7} {8} /'.format(gam_version, GAM_URL, gam_author, sys.version_info[0], sys.version_info[1],