diff --git a/gen_makefile.py b/gen_makefile.py index 0e0df10..6459846 100755 --- a/gen_makefile.py +++ b/gen_makefile.py @@ -70,8 +70,8 @@ parser.add_argument('-b', '--build-dir', dest='build_dir', help='''Parent dir for all build trees (default: directly in the make-dir).''') -parser.add_argument('-u', '--url', dest='url', default='git://git.osmocom.org', - help='''git clone base URL. Default is 'git://git.osmocom.org'. +parser.add_argument('-u', '--url', dest='url', default='https://git.osmocom.org', + help='''git clone base URL. Default is 'https://git.osmocom.org'. e.g. with a config like this in your ~/.ssh/config: host go hostname gerrit.osmocom.org