Skip to content

Commit e2b9409

Browse files
committed
git:// protocol is being deprecated by github
see https://github.blog/2021-09-01-improving-git-protocol-security-github/
1 parent 3ad3980 commit e2b9409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ $(INCLUDE_MAKE):
2929
cloneLib:
3030
@if test -d $(LIB_PATH_BAM_UTIL); \
3131
then echo $(LIB_PATH_BAM_UTIL) already exists; \
32-
else git clone git://github.com/statgen/libStatGen.git $(LIB_PATH_BAM_UTIL); fi
32+
else git clone https://github.com/statgen/libStatGen.git $(LIB_PATH_BAM_UTIL); fi
3333
@echo Call make to compile libStatGen and this tool.
3434

0 commit comments

Comments
 (0)