diff options
author | 2021-01-13 21:59:10 +0100 | |
---|---|---|
committer | 2021-01-13 21:59:10 +0100 | |
commit | 831321396e7464928f8d2a6fb828f8639e7a216c (patch) | |
tree | b3df33010ab399f68b07f46c681ebed31642bb8e | |
parent | dev-java/jogl: use https for homepage (diff) | |
download | sci-83132139.tar.gz sci-83132139.tar.bz2 sci-83132139.zip |
sci-libs/mlpack: use https for homepage
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
-rw-r--r-- | sci-libs/mlpack/mlpack-3.4.1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/mlpack/mlpack-3.4.2.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sci-libs/mlpack/mlpack-3.4.1.ebuild b/sci-libs/mlpack/mlpack-3.4.1.ebuild index 661299d6d..113d56be9 100644 --- a/sci-libs/mlpack/mlpack-3.4.1.ebuild +++ b/sci-libs/mlpack/mlpack-3.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6..9} ) inherit cmake python-single-r1 toolchain-funcs DESCRIPTION="scalable C++ machine learning library" -HOMEPAGE="http://www.mlpack.org/" -SRC_URI="http://www.mlpack.org/files/${P}.tar.gz" +HOMEPAGE="https://www.mlpack.org/" +SRC_URI="https://www.mlpack.org/files/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" diff --git a/sci-libs/mlpack/mlpack-3.4.2.ebuild b/sci-libs/mlpack/mlpack-3.4.2.ebuild index 661299d6d..113d56be9 100644 --- a/sci-libs/mlpack/mlpack-3.4.2.ebuild +++ b/sci-libs/mlpack/mlpack-3.4.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python3_{6..9} ) inherit cmake python-single-r1 toolchain-funcs DESCRIPTION="scalable C++ machine learning library" -HOMEPAGE="http://www.mlpack.org/" -SRC_URI="http://www.mlpack.org/files/${P}.tar.gz" +HOMEPAGE="https://www.mlpack.org/" +SRC_URI="https://www.mlpack.org/files/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" |