diff options
author | Sam James <sam@gentoo.org> | 2022-10-29 19:52:28 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-29 19:52:42 +0100 |
commit | a549858d6a6987588803e731304d70baa812d9cf (patch) | |
tree | 29f48e857e514666960105e4c0ad2f2be7d4a84a /dev-util/coccinelle | |
parent | dev-libs/libgcrypt: Stabilize 1.10.1-r2 arm64, #878749 (diff) | |
download | gentoo-a549858d6a6987588803e731304d70baa812d9cf.tar.gz gentoo-a549858d6a6987588803e731304d70baa812d9cf.tar.bz2 gentoo-a549858d6a6987588803e731304d70baa812d9cf.zip |
dev-util/coccinelle: update HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util/coccinelle')
-rw-r--r-- | dev-util/coccinelle/coccinelle-1.1.1-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-util/coccinelle/coccinelle-1.1.1-r1.ebuild b/dev-util/coccinelle/coccinelle-1.1.1-r1.ebuild index a8e567e69c5b..bd296f7e09d3 100644 --- a/dev-util/coccinelle/coccinelle-1.1.1-r1.ebuild +++ b/dev-util/coccinelle/coccinelle-1.1.1-r1.ebuild @@ -3,12 +3,11 @@ EAPI=8 -DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{8..11} ) inherit autotools bash-completion-r1 elisp-common python-single-r1 DESCRIPTION="Program matching and transformation engine" -HOMEPAGE="https://coccinelle.gitlabpages.inria.fr/website/" +HOMEPAGE="https://coccinelle.gitlabpages.inria.fr/website/ https://gitlab.inria.fr/coccinelle/coccinelle" SRC_URI="https://gitlab.inria.fr/coccinelle/coccinelle/-/archive/${PV}/${P}.tar.bz2" LICENSE="GPL-2" |