This commit is contained in:
Jay Lee
2017-03-15 19:40:17 -04:00
parent 8fdd0abc53
commit c8ea108be3
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
u"""GAM is a command line tool which allows Administrators to control their G Suite domain and accounts. 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. 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 import sys

View File

@ -7,7 +7,7 @@ gam_author = u'Jay Lee <jay0lee@gmail.com>'
gam_version = u'4.12' gam_version = u'4.12'
gam_license = u'Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)' 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_INFO = u'GAM {0} - {1} / {2} / Python {3}.{4}.{5} {6} / {7} {8} /'.format(gam_version, GAM_URL,
gam_author, gam_author,
sys.version_info[0], sys.version_info[1], sys.version_info[0], sys.version_info[1],