diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-14 17:06:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-14 17:14:45 +0200 |
commit | 41cc799357beaf87384d18abf2c764aaca725e87 (patch) | |
tree | 49577011ba687c0de4d922abb7479fc3cc5b602c | |
parent | e96a56f62d7aff015b5def145dc2417f9163a8d4 (diff) | |
download | patches-41cc799357beaf87384d18abf2c764aaca725e87.tar patches-41cc799357beaf87384d18abf2c764aaca725e87.tar.gz |
gnu: r-fields: Use HTTPS home-page.
* gnu/packages/cran.scm (r-fields)[home-page]: Use HTTPS.
-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 a24187cc07..101e446bcd 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -10898,7 +10898,7 @@ Differences with other sparse matrix packages are: ("r-spam" ,r-spam))) (native-inputs `(("gfortran" ,gfortran))) - (home-page "http://www.image.ucar.edu/fields") + (home-page "https://www.image.ucar.edu/fields") (synopsis "Tools for spatial data") (description "This is a package for curve, surface and function fitting with an |