From 27abe4a301c233943fc796d234b7058e663b3141 Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Thu, 21 Nov 2019 12:34:38 +0100 Subject: [PATCH] mobile: halseth/falafel -> lightninglabs/falafel --- mobile/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/README.md b/mobile/README.md index 5a6e0e25..ba3d395f 100644 --- a/mobile/README.md +++ b/mobile/README.md @@ -13,9 +13,9 @@ Remember to run `gomobile init` (otherwise the `lnd` build might just hang). Note that `gomobile` only supports building projects from `GOPATH` at this point. #### falafel -Install [`falafel`](https://github.com/halseth/falafel): +Install [`falafel`](https://github.com/lightninglabs/falafel): ``` -go get -u -v github.com/halseth/falafel +go get -u -v github.com/lightninglabs/falafel ``` ### Building `lnd` for iOS