summaryrefslogtreecommitdiff
path: root/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2019-04-14 14:00:29 +0200
committerAaron Bauman <bman@gentoo.org>2019-04-19 21:28:08 -0400
commit52fc4a3c7ec1a99cc3edfef92a8da74b678adc33 (patch)
tree5795af70dcbe4ca1dde40f3b096761db2e5508bc /dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild
parentfb3ec4695deb9603c1fd7d5061af68e68041f75f (diff)
downloadgentoo-52fc4a3c7ec1a99cc3edfef92a8da74b678adc33.tar.gz
gentoo-52fc4a3c7ec1a99cc3edfef92a8da74b678adc33.tar.xz
dev-cpp/antlr-cpp: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11679 Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild')
-rw-r--r--dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild
index 38f0da79540..9c93c56179e 100644
--- a/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild
+++ b/dev-cpp/antlr-cpp/antlr-cpp-2.7.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -15,8 +15,8 @@ inherit eutils autotools-multilib
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"