Skip to content

Commit

Permalink
Fix arch/lib/Makefile: from git:// to https://
Browse files Browse the repository at this point in the history
GitHub dropped today its support of the `git://` protocol.
See https://github.blog/2021-09-01-improving-git-protocol-security-github/.
  • Loading branch information
nrybowski authored and thehajime committed Dec 12, 2022
1 parent 2625985 commit 353b020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include $(srctree)/scripts/Kbuild.include

# targets
LIBOS_TOOLS=$(ARCH_DIR)/tools
LIBOS_GIT_REPO=git://github.com/libos-nuse/linux-libos-tools
LIBOS_GIT_REPO=https://github.com/libos-nuse/linux-libos-tools
KERNEL_LIB=liblinux-$(KERNELVERSION).so

ALL_OBJS=$(OBJS) $(KERNEL_LIB) $(modules) $(all-obj-for-clean)
Expand Down

0 comments on commit 353b020

Please sign in to comment.