From patchwork Sat Dec 15 00:19:24 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Grzegorz Blach X-Patchwork-Id: 1013782 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=blach.pl Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 43GpBd6hh3z9s3Z for ; Sat, 15 Dec 2018 11:26:48 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 3444523455; Sat, 15 Dec 2018 00:26:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Kav4jbwKpQS6; Sat, 15 Dec 2018 00:26:43 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 95883220CE; Sat, 15 Dec 2018 00:26:43 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id C05FD1C312C for ; Sat, 15 Dec 2018 00:26:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id BDED486104 for ; Sat, 15 Dec 2018 00:26:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GSZZYID2Jjr7 for ; Sat, 15 Dec 2018 00:26:41 +0000 (UTC) X-Greylist: delayed 00:06:47 by SQLgrey-1.7.6 Received: from 5.mo178.mail-out.ovh.net (5.mo178.mail-out.ovh.net [46.105.51.53]) by hemlock.osuosl.org (Postfix) with ESMTPS id 8FC0E85A4E for ; Sat, 15 Dec 2018 00:26:41 +0000 (UTC) Received: from player159.ha.ovh.net (unknown [10.109.159.248]) by mo178.mail-out.ovh.net (Postfix) with ESMTP id 78D1942019 for ; Sat, 15 Dec 2018 01:19:51 +0100 (CET) Received: from blach.pl (public-gprs376207.centertel.pl [37.47.100.208]) (Authenticated sender: grzegorz@blach.pl) by player159.ha.ovh.net (Postfix) with ESMTPSA id C4A3CC32E35; Sat, 15 Dec 2018 00:19:46 +0000 (UTC) From: Grzegorz Blach To: buildroot@buildroot.org Date: Sat, 15 Dec 2018 01:19:24 +0100 Message-Id: <20181215001924.1779-3-grzegorz@blach.pl> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20181215001924.1779-1-grzegorz@blach.pl> References: <20181215001924.1779-1-grzegorz@blach.pl> MIME-Version: 1.0 X-Ovh-Tracer-Id: 5235153093137948318 X-VR-SPAMSTATE: OK X-VR-SPAMSCORE: -100 X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrgedtkedrudehiedgudelucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuqfggjfdpvefjgfevmfevgfenuceurghilhhouhhtmecuhedttdenucesvcftvggtihhpihgvnhhtshculddquddttddm Subject: [Buildroot] [PATCH 3/3] package/python-pigpio: fix WWW address X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Grzegorz Blach , Asaf Kahlon Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Signed-off-by: Grzegorz Blach --- package/python-pigpio/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/python-pigpio/Config.in b/package/python-pigpio/Config.in index 08c37cb9b2..4c9152a621 100644 --- a/package/python-pigpio/Config.in +++ b/package/python-pigpio/Config.in @@ -5,4 +5,4 @@ config BR2_PACKAGE_PYTHON_PIGPIO which talks to the pigpio daemon to allow control of the general purpose input outputs (GPIO). - http://abyz.co.uk/rpi/pigpio/python.html + http://abyz.me.uk/rpi/pigpio/python.html