From 972c38b1993e01ee913ebd2a0320be5100882ecf Mon Sep 17 00:00:00 2001 From: JeremyRand Date: Tue, 8 Aug 2017 05:57:57 +0000 Subject: [PATCH] Build: Makefile: move repo from hlandau/ncdns to namecoin/ncdns. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 39c8e62..092772d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -PROJNAME=github.com/hlandau/ncdns +PROJNAME=github.com/namecoin/ncdns BINARIES=$(PROJNAME) $(PROJNAME)/ncdt $(PROJNAME)/ncdumpzone ###############################################################################