diff options
author | 2021-03-28 04:42:49 +0000 | |
---|---|---|
committer | 2021-03-31 03:02:36 +0100 | |
commit | 1b3171157c7f5797dd8a6b12e526f927e8844b00 (patch) | |
tree | a6b42a16ed1ceca6a1fe539254964b64e2b99cbb | |
parent | ant-tasks.eclass: explicitly mark ANT_TASK_*VER as @PRE_INHERIT (diff) | |
download | gentoo-1b3171157c7f5797dd8a6b12e526f927e8844b00.tar.gz gentoo-1b3171157c7f5797dd8a6b12e526f927e8844b00.tar.bz2 gentoo-1b3171157c7f5797dd8a6b12e526f927e8844b00.zip |
ant-tasks.eclass: use HTTPS for HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | eclass/ant-tasks.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/ant-tasks.eclass b/eclass/ant-tasks.eclass index b03f3e4aa36..4ca054f4bf1 100644 --- a/eclass/ant-tasks.eclass +++ b/eclass/ant-tasks.eclass @@ -84,7 +84,7 @@ MY_P="apache-ant-${MY_PV}" # Default values for standard ebuild variables, can be overridden from ebuild. DESCRIPTION="Apache Ant's optional tasks depending on ${ANT_TASK_DEPNAME}" -HOMEPAGE="http://ant.apache.org/" +HOMEPAGE="https://ant.apache.org/" SRC_URI="${UPSTREAM_PREFIX}/${MY_P}-src.tar.bz2 ${GENTOO_PREFIX}/ant-${PV}-gentoo.tar.bz2" LICENSE="Apache-2.0" |