diff options
Diffstat (limited to 'dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild')
-rw-r--r-- | dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild index 576b9c51d9d0..6e13d098debf 100644 --- a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild +++ b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,8 +14,8 @@ inherit autotools multilib-minimal MY_P="${PN%-cpp}-${PV}" DESCRIPTION="The ANTLR 2 C++ Runtime" -HOMEPAGE="http://www.antlr2.org/" -SRC_URI="http://www.antlr2.org/download/${MY_P}.tar.gz" +HOMEPAGE="https://www.antlr2.org/" +SRC_URI="https://www.antlr2.org/download/${MY_P}.tar.gz" LICENSE="public-domain" SLOT="2" KEYWORDS="~amd64 ~arm ~ppc ~x86" |