diff options
author | John Crispin <john@phrozen.org> | 2016-05-30 17:22:05 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2016-05-30 17:22:38 +0200 |
commit | ab04a9b6fd0b82268f8cb509da6bc23d56b0f499 (patch) | |
tree | 5f9b7b9fe0c965303fe24d2dc5a152f77a446fc6 | |
parent | 6e1b4932a1da92ebd40b011df82f3083ab4bac59 (diff) |
libnfc: download source changed to github
Signed-off-by: John Crispin <john@phrozen.org>
-rw-r--r-- | libs/libnfc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/libnfc/Makefile b/libs/libnfc/Makefile index 9a144d253..c5369cc01 100644 --- a/libs/libnfc/Makefile +++ b/libs/libnfc/Makefile @@ -15,7 +15,7 @@ PKG_FIXUP:=autoreconf PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_URL:=https://code.google.com/p/libnfc/ +PKG_SOURCE_URL:=https://github.com/nfc-tools/libnfc PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_NAME)-$(PKG_VERSION) |