From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08357159C96 for ; Fri, 26 Jul 2024 07:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 73ACC2BC01F; Fri, 26 Jul 2024 07:40:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57B312BC01F for ; Fri, 26 Jul 2024 07:40:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64EB933FE60 for ; Fri, 26 Jul 2024 07:40:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7BE9E1E6A for ; Fri, 26 Jul 2024 07:40:35 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1721979632.d95ba3cf9f9e9eb26b64e585ef3d8c95b524c962.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/micropython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/micropython/micropython-1.23.0.ebuild X-VCS-Directories: dev-lang/micropython/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: d95ba3cf9f9e9eb26b64e585ef3d8c95b524c962 X-VCS-Branch: master Date: Fri, 26 Jul 2024 07:40:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c586bd5b-ee99-423e-94dd-cac5ef26951b X-Archives-Hash: cdf0f767508e33a29a8f971d3a93316a commit: d95ba3cf9f9e9eb26b64e585ef3d8c95b524c962 Author: Daniella <137890355+tfemby users noreply github com> AuthorDate: Sun Jun 30 00:19:45 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jul 26 07:40:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d95ba3cf dev-lang/micropython: Add official website Co-authored-by: Aliaksei Urbanski gmail.com> Signed-off-by: Daniella <137890355+tfemby users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/37227 Signed-off-by: Joonas Niilola gentoo.org> dev-lang/micropython/micropython-1.23.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/micropython/micropython-1.23.0.ebuild b/dev-lang/micropython/micropython-1.23.0.ebuild index 740c69961ef7..a35b07da8c2f 100644 --- a/dev-lang/micropython/micropython-1.23.0.ebuild +++ b/dev-lang/micropython/micropython-1.23.0.ebuild @@ -6,7 +6,7 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="Python implementation for microcontrollers" -HOMEPAGE="https://github.com/micropython/micropython" +HOMEPAGE="https://micropython.org https://github.com/micropython/micropython" SRC_URI="https://micropython.org/resources/source/${P}.tar.xz" LICENSE="MIT"