diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 00:07:28 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-21 03:09:43 +0100 |
commit | 7ea838447c3cc07c35d45ba8ae43e64ae8ff36c3 (patch) | |
tree | 66b5358523469f1effe065d8c91d0c4f08449a4a /gnu | |
parent | d8bf501eb258f15f10f55e7b6c96b610ec55b09d (diff) | |
download | guix-7ea838447c3cc07c35d45ba8ae43e64ae8ff36c3.tar guix-7ea838447c3cc07c35d45ba8ae43e64ae8ff36c3.tar.gz |
gnu: r-maptools: Use HTTPS home page.
* gnu/packages/cran.scm (r-maptools)[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 2fc62edb4b..2ef1b931a8 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -5516,7 +5516,7 @@ simple method for converting between file types.") `(("r-foreign" ,r-foreign) ("r-lattice" ,r-lattice) ("r-sp" ,r-sp))) - (home-page "http://r-forge.r-project.org/projects/maptools/") + (home-page "https://r-forge.r-project.org/projects/maptools/") (synopsis "Tools for reading and handling spatial objects") (description "This package provides a set of tools for manipulating and reading |