commit: d95ba3cf9f9e9eb26b64e585ef3d8c95b524c962 Author: Daniella <137890355+tfemby <AT> users <DOT> noreply <DOT> github <DOT> com> AuthorDate: Sun Jun 30 00:19:45 2024 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> 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 <aliaksei.urbanski <AT> gmail.com> Signed-off-by: Daniella <137890355+tfemby <AT> users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/37227 Signed-off-by: Joonas Niilola <juippis <AT> 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"
