diff options
author | 2018-04-08 19:43:53 +0200 | |
---|---|---|
committer | 2018-04-08 19:37:31 +0100 | |
commit | 7d760ebd1838a0d8b2ffdb6ed7898541708d2a88 (patch) | |
tree | ab07e0af9ba0506a4234511362dfaa113be34e6e /dev-java | |
parent | dev-java/sbt-bin: use HTTPS (diff) | |
download | gentoo-7d760ebd1838a0d8b2ffdb6ed7898541708d2a88.tar.gz gentoo-7d760ebd1838a0d8b2ffdb6ed7898541708d2a88.tar.bz2 gentoo-7d760ebd1838a0d8b2ffdb6ed7898541708d2a88.zip |
dev-java/xmlgraphics-commons: use HTTPS
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild index aff11d2b9c0..080a086917d 100644 --- a/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild +++ b/dev-java/xmlgraphics-commons/xmlgraphics-commons-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc examples source test" inherit java-pkg-2 java-ant-2 DESCRIPTION="A library of several reusable components used by Apache Batik and Apache FOP" -HOMEPAGE="http://xmlgraphics.apache.org/commons/index.html" +HOMEPAGE="https://xmlgraphics.apache.org/commons/index.html" SRC_URI="mirror://apache/xmlgraphics/commons/source/${P}-src.tar.gz" LICENSE="Apache-2.0" |