diff options
author | Luka Perkov <luka.perkov@sartura.hr> | 2020-05-17 01:02:30 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-06-06 13:56:02 -0400 |
commit | 6f358d928f0c9903466a42b32f1653773dc92c73 (patch) | |
tree | f429fc03cfa5c8fa111a0670552715ccf6459f9f /sci-libs/alglib | |
parent | media-gfx/graphite2: Drop 1.3.13 (diff) | |
download | gentoo-6f358d928f0c9903466a42b32f1653773dc92c73.tar.gz gentoo-6f358d928f0c9903466a42b32f1653773dc92c73.tar.bz2 gentoo-6f358d928f0c9903466a42b32f1653773dc92c73.zip |
sci-libs/alglib: update homepage link
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Luka Perkov <luka.perkov@sartura.hr>
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sci-libs/alglib')
-rw-r--r-- | sci-libs/alglib/alglib-3.10.0-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/alglib/alglib-3.10.0-r1.ebuild b/sci-libs/alglib/alglib-3.10.0-r1.ebuild index 0c87b718bd2d..234a3c9e71fa 100644 --- a/sci-libs/alglib/alglib-3.10.0-r1.ebuild +++ b/sci-libs/alglib/alglib-3.10.0-r1.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=6 @@ -6,8 +6,8 @@ EAPI=6 inherit cmake-utils flag-o-matic DESCRIPTION="Numerical analysis and data processing library" -HOMEPAGE="http://www.alglib.net/" -SRC_URI="http://www.alglib.net/translator/re/${P}.cpp.gpl.tgz" +HOMEPAGE="https://www.alglib.net/" +SRC_URI="https://www.alglib.net/translator/re/${P}.cpp.gpl.tgz" SLOT="0/3.8" LICENSE="GPL-2+" |