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