From fd2e282981a6a70938131cdd03e1f083d87d1f2a Mon Sep 17 00:00:00 2001 From: Bradley Dice Date: Thu, 13 Jul 2023 14:59:34 -0500 Subject: [PATCH] Use https. --- conda/recipes/rapids-build-env/meta.yaml | 2 +- conda/recipes/rapids-doc-env/meta.yaml | 2 +- conda/recipes/rapids-notebook-env/meta.yaml | 2 +- conda/recipes/rapids-xgboost/meta.yaml | 2 +- conda/recipes/rapids/meta.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conda/recipes/rapids-build-env/meta.yaml b/conda/recipes/rapids-build-env/meta.yaml index 5b077ce6..d1f8dd6f 100644 --- a/conda/recipes/rapids-build-env/meta.yaml +++ b/conda/recipes/rapids-build-env/meta.yaml @@ -154,7 +154,7 @@ requirements: - werkzeug {{ werkzeug_version }} # Temporary transient dependency pinning to avoid URL-LIB3 + moto timeouts about: - home: http://rapids.ai/ + home: https://rapids.ai/ license: Apache-2.0 license_file: LICENSE summary: 'RAPIDS Build Dependencies and Tool Environment Installer' diff --git a/conda/recipes/rapids-doc-env/meta.yaml b/conda/recipes/rapids-doc-env/meta.yaml index 28c58e4c..c1c51ad2 100644 --- a/conda/recipes/rapids-doc-env/meta.yaml +++ b/conda/recipes/rapids-doc-env/meta.yaml @@ -46,7 +46,7 @@ requirements: - myst-nb about: - home: http://rapids.ai/ + home: https://rapids.ai/ license: Apache-2.0 license_file: LICENSE summary: 'RAPIDS Documentation Dependencies and Tool Environment Installer' diff --git a/conda/recipes/rapids-notebook-env/meta.yaml b/conda/recipes/rapids-notebook-env/meta.yaml index 4911db6a..9c73ef0b 100644 --- a/conda/recipes/rapids-notebook-env/meta.yaml +++ b/conda/recipes/rapids-notebook-env/meta.yaml @@ -62,7 +62,7 @@ requirements: - umap-learn about: - home: http://rapids.ai/ + home: https://rapids.ai/ license: Apache-2.0 license_file: LICENSE summary: 'RAPIDS Notebook Dependencies and Tool Environment Installer' diff --git a/conda/recipes/rapids-xgboost/meta.yaml b/conda/recipes/rapids-xgboost/meta.yaml index a538f691..d466833e 100644 --- a/conda/recipes/rapids-xgboost/meta.yaml +++ b/conda/recipes/rapids-xgboost/meta.yaml @@ -37,7 +37,7 @@ requirements: - xgboost {{ xgboost_version }}{{ major_minor_version }} about: - home: http://rapids.ai/ + home: https://rapids.ai/ license: Custom license_file: conda/recipes/rapids-xgboost/LICENSE summary: 'RAPIDS + DMLC XGBoost Integration' diff --git a/conda/recipes/rapids/meta.yaml b/conda/recipes/rapids/meta.yaml index d7adde2f..849dcf87 100644 --- a/conda/recipes/rapids/meta.yaml +++ b/conda/recipes/rapids/meta.yaml @@ -80,7 +80,7 @@ test: # [linux64] - rmm # [linux64] about: - home: http://rapids.ai/ + home: https://rapids.ai/ license: Custom license_file: conda/recipes/rapids/LICENSE summary: 'RAPIDS Suite - Open GPU Data Science'