diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 92c8f57..cf4639f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -7,8 +7,8 @@ else BINDIR := $(abspath $(BINDIR)) endif PROJECT_ROOT=github.com/dexon-foundation/dexon-consensus-core -BLS_REPO = spiderpowa/bls-go-alpine -BLS_LIB = vendor/github.com/Spiderpowa/bls/lib/libbls384.a +BLS_REPO = dexonfoundation/bls-go-alpine +BLS_LIB = vendor/github.com/dexon-foundation/bls/lib/libbls384.a BUILDER_REPO = dexonfoundation/dexon-alpine ifeq ($(DOCKER),true) |