X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fgo%2FMakefile;h=1b9e7505872129452e395fc2ab7f0a58aa4e784c;hb=f5db7ad7d243785c274a99734c681e69d13313d0;hp=c38f2340eee8cce0b9eab105d2c7d76f4b6e38a8;hpb=3113731713ac49142c86c934906d0f5a1e6f3eb8;p=notmuch 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