summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/r-fastmatch/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/r-fastmatch/package.py')
-rw-r--r--var/spack/repos/builtin/packages/r-fastmatch/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/r-fastmatch/package.py b/var/spack/repos/builtin/packages/r-fastmatch/package.py
index 4b4fe3f9fa..2af39a3941 100644
--- a/var/spack/repos/builtin/packages/r-fastmatch/package.py
+++ b/var/spack/repos/builtin/packages/r-fastmatch/package.py
@@ -12,7 +12,7 @@ class RFastmatch(RPackage):
function on first match against a table, but extremely fast on any
subsequent lookup as it keeps the hash table in memory."""
- homepage = "http://www.rforge.net/fastmatch"
+ homepage = "https://www.rforge.net/fastmatch"
url = "https://cloud.r-project.org/src/contrib/fastmatch_1.1-0.tar.gz"
list_url = "https://cloud.r-project.org/src/contrib/Archive/fastmatch"