diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-06-04 11:02:19 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-06-04 11:02:19 +0200 |
commit | b7ed3bbffb38d6eb6207bf3050b3646b61a55db1 (patch) | |
tree | aa7091e5c7e7ff3506e5bf3a8a18a4c9d9543eb2 /dev-libs/antlr-c/antlr-c-3.5.2-r1.ebuild | |
parent | app-text/grutatxt: update homepage (diff) | |
download | gentoo-b7ed3bbffb38d6eb6207bf3050b3646b61a55db1.tar.gz gentoo-b7ed3bbffb38d6eb6207bf3050b3646b61a55db1.tar.bz2 gentoo-b7ed3bbffb38d6eb6207bf3050b3646b61a55db1.zip |
dev-libs/antlr-c: update homepage
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <sokolov@google.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs/antlr-c/antlr-c-3.5.2-r1.ebuild')
-rw-r--r-- | dev-libs/antlr-c/antlr-c-3.5.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/antlr-c/antlr-c-3.5.2-r1.ebuild b/dev-libs/antlr-c/antlr-c-3.5.2-r1.ebuild index 743a7d4e90ab..b073fe008480 100644 --- a/dev-libs/antlr-c/antlr-c-3.5.2-r1.ebuild +++ b/dev-libs/antlr-c/antlr-c-3.5.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ inherit eutils autotools multilib-minimal MY_PN="${PN%-c}" DESCRIPTION="The ANTLR3 C Runtime" -HOMEPAGE="http://www.antlr3.org/" +HOMEPAGE="https://www.antlr3.org/" SRC_URI="https://github.com/${MY_PN}/${MY_PN}3/archive/${PV}.tar.gz -> ${MY_PN}-${PV}.tar.gz" LICENSE="BSD" SLOT="0" |