summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniella <137890355+tfemby@users.noreply.github.com>2024-06-30 10:19:45 +1000
committerJoonas Niilola <juippis@gentoo.org>2024-07-26 10:40:32 +0300
commitd95ba3cf9f9e9eb26b64e585ef3d8c95b524c962 (patch)
tree76675c54ca1ebe6c0514c00530a78029fbf6e914 /dev-lang/micropython
parentdev-lang/micropython: add 1.23.0 (diff)
downloadgentoo-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.ebuild2
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"