aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/go/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/go/Makefile')
-rw-r--r--bindings/go/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/bindings/go/Makefile b/bindings/go/Makefile
index c38f2340..1b9e7505 100644
--- a/bindings/go/Makefile
+++ b/bindings/go/Makefile
@@ -15,8 +15,8 @@ notmuch:
.PHONY: goconfig
goconfig:
- if [ ! -d src/github.com/kless/goconfig/config ]; then \
- $(GO) get github.com/kless/goconfig/config; \
+ if [ ! -d github.com/msbranco/goconfig ]; then \
+ $(GO) get github.com/msbranco/goconfig; \
fi
.PHONY: notmuch-addrlookup