From 6e4684fbcaa355b7601bc75a1389f3bd70edd49d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Pottier?= <48072795+lpottier@users.noreply.github.com> Date: Thu, 15 Dec 2022 00:23:05 -0800 Subject: [PATCH] talass: fixed URLs so the package is reachable (#34387) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Loïc Pottier --- var/spack/repos/builtin/packages/talass/package.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/var/spack/repos/builtin/packages/talass/package.py b/var/spack/repos/builtin/packages/talass/package.py index 18368ce8eba..229f6bf7bc9 100644 --- a/var/spack/repos/builtin/packages/talass/package.py +++ b/var/spack/repos/builtin/packages/talass/package.py @@ -14,9 +14,12 @@ class Talass(CMakePackage): < StreamingTopology and any of the subsets can be build stand- alone.""" - homepage = "http://www.cedmav.org/research/project/16-talass.html" - git = "ssh://git@bitbucket.org/cedmav/talass.git" + homepage = "http://www.cedmav.org/research/topology/72-talass.html" + git = "https://bitbucket.org/cedmav/talass.git" + maintainers = ["lpottier"] + + version("process-statistics", branch="process-statistics") version("2018-10-29", commit="5d459c0dd89e733fa301391908a5b79fe2850ad7") # The default precision and index space sizes