diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-05-08 15:20:30 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-05-17 12:55:07 -0400 |
commit | a4ea14c38e46cc0998f46073638a705da65e4d24 (patch) | |
tree | f884ee63d82f583081025f7de069fecc8dacc496 /dev-java | |
parent | dev-java/jdbc-mysql: update homepage (diff) | |
download | gentoo-a4ea14c38e46cc0998f46073638a705da65e4d24.tar.gz gentoo-a4ea14c38e46cc0998f46073638a705da65e4d24.tar.bz2 gentoo-a4ea14c38e46cc0998f46073638a705da65e4d24.zip |
dev-java/jflex: update homepage
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <sokolov@google.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/jflex/jflex-1.6.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/jflex/jflex-1.6.1.ebuild b/dev-java/jflex/jflex-1.6.1.ebuild index 21a082774ba9..2fc529849fe4 100644 --- a/dev-java/jflex/jflex-1.6.1.ebuild +++ b/dev-java/jflex/jflex-1.6.1.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="5" @@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc source" inherit eutils java-pkg-2 java-pkg-simple DESCRIPTION="JFlex is a lexical analyzer generator for Java" -HOMEPAGE="http://www.jflex.de/" -SRC_URI="http://${PN}.de/${P}.tar.gz" +HOMEPAGE="https://www.jflex.de/" +SRC_URI="https://${PN}.de/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos" |