diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-03-02 18:51:56 +0100 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2018-03-11 10:23:49 -0400 |
commit | 5082d6e6a47bcc9e4aa94ee59acc5b2f63423d17 (patch) | |
tree | ea023347c75f1af59f8c21dffd83ebfd16aa2fd6 /app-text/xapian-omega/xapian-omega-1.2.25.ebuild | |
parent | app-vim/syntastic: use HTTPS. (diff) | |
download | gentoo-5082d6e6a47bcc9e4aa94ee59acc5b2f63423d17.tar.gz gentoo-5082d6e6a47bcc9e4aa94ee59acc5b2f63423d17.tar.bz2 gentoo-5082d6e6a47bcc9e4aa94ee59acc5b2f63423d17.zip |
app-text/xapian-omega: use HTTPS
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'app-text/xapian-omega/xapian-omega-1.2.25.ebuild')
-rw-r--r-- | app-text/xapian-omega/xapian-omega-1.2.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/xapian-omega/xapian-omega-1.2.25.ebuild b/app-text/xapian-omega/xapian-omega-1.2.25.ebuild index e690281efef6..b7f2da1d327f 100644 --- a/app-text/xapian-omega/xapian-omega-1.2.25.ebuild +++ b/app-text/xapian-omega/xapian-omega-1.2.25.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" DESCRIPTION="An application built on Xapian, consisting of indexers and a CGI search frontend" SRC_URI="http://www.oligarchy.co.uk/xapian/${PV}/xapian-omega-${PV}.tar.xz" -HOMEPAGE="http://www.xapian.org/" +HOMEPAGE="https://xapian.org/" S="${WORKDIR}/xapian-omega-${PV}" LICENSE="GPL-2" |