diff options
author | Daniella <137890355+tfemby@users.noreply.github.com> | 2024-06-30 10:19:45 +1000 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2024-07-26 10:40:32 +0300 |
commit | d95ba3cf9f9e9eb26b64e585ef3d8c95b524c962 (patch) | |
tree | 76675c54ca1ebe6c0514c00530a78029fbf6e914 /dev-lang/micropython | |
parent | dev-lang/micropython: add 1.23.0 (diff) | |
download | gentoo-d95ba3cf9f9e9eb26b64e585ef3d8c95b524c962.tar.gz gentoo-d95ba3cf9f9e9eb26b64e585ef3d8c95b524c962.tar.bz2 gentoo-d95ba3cf9f9e9eb26b64e585ef3d8c95b524c962.zip |
dev-lang/micropython: Add official website
Co-authored-by: Aliaksei Urbanski <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 <juippis@gentoo.org>
Diffstat (limited to 'dev-lang/micropython')
-rw-r--r-- | dev-lang/micropython/micropython-1.23.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |