summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluzpaz <luzpaz@users.noreply.github.com>2023-08-11 07:37:59 -0400
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2023-09-05 13:10:17 +0200
commit31f584392c3a737c434597271dccf385e9e9959b (patch)
tree5002dca3a04bf6df189e8d6d66b8e020d0bb292d /sci-libs/spr
parentdev-python/qiskit-aer: remove unused patch (diff)
downloadgentoo-31f584392c3a737c434597271dccf385e9e9959b.tar.gz
gentoo-31f584392c3a737c434597271dccf385e9e9959b.tar.bz2
gentoo-31f584392c3a737c434597271dccf385e9e9959b.zip
sci-libs/spr: fix https:// schema in HOMEPAGE url
As reported in https://repology.org/repository/gentoo/problems Signed-off-by: luzpaz <luzpaz@users.noreply.github.com> Closes: https://github.com/gentoo/gentoo/pull/32254 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs/spr')
-rw-r--r--sci-libs/spr/spr-3.3.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/spr/spr-3.3.2.ebuild b/sci-libs/spr/spr-3.3.2.ebuild
index 5c35b6b55302..3b639a0e109b 100644
--- a/sci-libs/spr/spr-3.3.2.ebuild
+++ b/sci-libs/spr/spr-3.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
inherit autotools
DESCRIPTION="Statistical analysis and machine learning library"
-HOMEPAGE="http://statpatrec.sourceforge.net/"
+HOMEPAGE="https://statpatrec.sourceforge.net/"
SRC_URI="mirror://sourceforge/statpatrec/${P^^}.tar.gz"
LICENSE="GPL-2"