From patchwork Fri Mar 3 05:45:06 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 734943 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3vZJ7G2GXHz9s7b for ; Fri, 3 Mar 2017 16:45:30 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id CD57F88FEE; Fri, 3 Mar 2017 05:45:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fDXePilO7XMs; Fri, 3 Mar 2017 05:45:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 7E03E88FC2; Fri, 3 Mar 2017 05:45:24 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id BBB981BFFFA for ; Fri, 3 Mar 2017 05:45:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BA09689E4D for ; Fri, 3 Mar 2017 05:45:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vEUxoRBNgyje for ; Fri, 3 Mar 2017 05:45:12 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mx.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by whitealder.osuosl.org (Postfix) with ESMTPS id 70A5C89E4C for ; Fri, 3 Mar 2017 05:45:12 +0000 (UTC) Received: from tarshish.tkos.co.il (unknown [10.0.8.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPSA id 7D2FB440689; Fri, 3 Mar 2017 07:45:10 +0200 (IST) From: Baruch Siach To: buildroot@busybox.net Date: Fri, 3 Mar 2017 07:45:06 +0200 Message-Id: <43cf3e6713875bbc4a9fac5c96c4b5c6872cba2e.1488519906.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.11.0 Subject: [Buildroot] [PATCH] libllcp: update homepage link X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Baruch Siach --- package/libllcp/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libllcp/Config.in b/package/libllcp/Config.in index e5b21082e507..1660e92a87a7 100644 --- a/package/libllcp/Config.in +++ b/package/libllcp/Config.in @@ -6,4 +6,4 @@ config BR2_PACKAGE_LIBLLCP Library extending libnfc with support for Logical Link Control Protocol. - https://code.google.com/p/libllcp/ + https://github.com/nfc-tools/libllcp