diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-06-07 10:50:37 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2016-06-07 10:50:37 +0300 |
commit | 1d440c48f205bc3a273f4eb8db241d2f7af5f70e (patch) | |
tree | 4af79deceba164d5f989f57e348cb5d38772cca0 | |
parent | 98a29d5722bbe15097b8bdf26c9fdd7dba2b07e2 (diff) | |
parent | ab04a9b6fd0b82268f8cb509da6bc23d56b0f499 (diff) |
Merge pull request #2772 from blogic/libnfc
libnfc: download source changed to github
-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) |