diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:17:56 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-18 02:16:21 +0100 |
commit | d07b513a30a6728a4cda65a3ff3cb5164b4550c2 (patch) | |
tree | de740ae9e1c2a2e873a6b9cd445a57e1d2b62227 /gnu | |
parent | e661c96f84bf985a50d71d5c3dc5dc80566ff2fd (diff) |
gnu: r-tractor-base: Use HTTPS home page.
* gnu/packages/cran.scm (r-tractor-base)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index b95c981935..4ed6927d54 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -10317,7 +10317,7 @@ conditional reporting based on the current \"output level\".") ("r-reportr" ,r-reportr) ("r-rnifti" ,r-rnifti) ("r-shades" ,r-shades))) - (home-page "http://www.tractor-mri.org.uk") + (home-page "https://www.tractor-mri.org.uk") (synopsis "Read, manipulate and visualize magnetic resonance images") (description "This package provides functions for working with magnetic resonance |