diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-09-14 20:04:01 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2020-09-22 23:32:58 +0200 |
commit | 7e3bb3f288aa4aaf998abe7445dd3a6ff4d6ba5d (patch) | |
tree | 88e1fd9a36e6e0d1270f2357c3d35ae58a97869a /sci-libs/libexcelformat | |
parent | sci-libs/cholmod: update HOMEPAGE, use https (diff) | |
download | gentoo-7e3bb3f288aa4aaf998abe7445dd3a6ff4d6ba5d.tar.gz gentoo-7e3bb3f288aa4aaf998abe7445dd3a6ff4d6ba5d.tar.bz2 gentoo-7e3bb3f288aa4aaf998abe7445dd3a6ff4d6ba5d.zip |
sci-libs/libexcelformat: update HOMEPAGE, use https
Closes: https://github.com/gentoo/gentoo/pull/17541
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-libs/libexcelformat')
-rw-r--r-- | sci-libs/libexcelformat/libexcelformat-101016.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/libexcelformat/libexcelformat-101016.ebuild b/sci-libs/libexcelformat/libexcelformat-101016.ebuild index 6b346b4f29f2..c3014bcdc051 100644 --- a/sci-libs/libexcelformat/libexcelformat-101016.ebuild +++ b/sci-libs/libexcelformat/libexcelformat-101016.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="reading, writing, and editing of XLS (BIFF8 format) files using C++" -HOMEPAGE="http://www.codeproject.com/KB/office/ExcelFormat.aspx" +HOMEPAGE="https://www.codeproject.com/Articles/42504/ExcelFormat-Library" SRC_URI="mirror://gentoo/${P}.tar.bz2" SLOT="0" |