]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/go/Makefile
go: use a different goconfig package
[notmuch] / bindings / go / Makefile
index c38f2340eee8cce0b9eab105d2c7d76f4b6e38a8..1b9e7505872129452e395fc2ab7f0a58aa4e784c 100644 (file)
@@ -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