From 77feb9733611865ba53155431b9382f3b264dcf8 Mon Sep 17 00:00:00 2001 From: George Melikov Date: Tue, 2 Jun 2020 21:20:30 +0300 Subject: [PATCH] Use https to clone ZFS repo --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index d24d2a9..078fbf4 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -22,7 +22,7 @@ html: Makefile @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) # Gen man pages -ZFS_GIT_REPO = git@github.com:openzfs/zfs.git +ZFS_GIT_REPO = https://github.com/openzfs/zfs.git ZFS_GIT_DIR = ./_build/zfs .PHONY: man