diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-05-10 16:26:43 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-05-13 13:53:51 -0400 |
commit | e452140d7090915c022faf580e7a2c7858639220 (patch) | |
tree | 4acf39454e86ff4e7bde65ed30040bcafc309e92 /dev-libs/xapian/xapian-1.2.25.ebuild | |
parent | dev-libs/userspace-rcu: update HOMEPAGE, use HTTPS (diff) | |
download | gentoo-e452140d7090915c022faf580e7a2c7858639220.tar.gz gentoo-e452140d7090915c022faf580e7a2c7858639220.tar.bz2 gentoo-e452140d7090915c022faf580e7a2c7858639220.zip |
dev-libs/xapian: update HOMEPAGE, use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-libs/xapian/xapian-1.2.25.ebuild')
-rw-r--r-- | dev-libs/xapian/xapian-1.2.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/xapian/xapian-1.2.25.ebuild b/dev-libs/xapian/xapian-1.2.25.ebuild index 4d190eeaa6b0..755c8f2317a2 100644 --- a/dev-libs/xapian/xapian-1.2.25.ebuild +++ b/dev-libs/xapian/xapian-1.2.25.ebuild @@ -8,8 +8,8 @@ inherit eutils multilib-minimal MY_P="${PN}-core-${PV}" DESCRIPTION="Xapian Probabilistic Information Retrieval library" -HOMEPAGE="http://www.xapian.org/" -SRC_URI="http://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz" +HOMEPAGE="https://www.xapian.org/" +SRC_URI="https://oligarchy.co.uk/xapian/${PV}/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0/1.2.22" # ABI version of libxapian.so, prefixed with 1.2. |