diff --git a/Makefile b/Makefile index 5ed7277..e1249a7 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ import-lorawan-devices: docker-compose run --rm --entrypoint sh --user root chirpstack -c '\ apk add --no-cache git && \ - git clone https://github.com/brocaar/lorawan-devices /tmp/lorawan-devices && \ + git clone https://github.com/TheThingsNetwork/lorawan-devices /tmp/lorawan-devices && \ chirpstack -c /etc/chirpstack import-legacy-lorawan-devices-repository -d /tmp/lorawan-devices'