diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:30:50 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-11 07:10:30 +0100 |
commit | 08eefe29e69667e2ba551f1b231aa112dab09eb5 (patch) | |
tree | af9f2d843ae829ec736e9d929f21117489bcf0c2 /gnu/packages/cran.scm | |
parent | 798ca8d08ee3fc7c07b678bad72be521f4ae36df (diff) | |
download | guix-08eefe29e69667e2ba551f1b231aa112dab09eb5.tar.gz |
gnu: r-png: Use HTTPS home page.
* gnu/packages/cran.scm (r-png)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/cran.scm')
-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 de12e47ae1..598793342d 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -14559,7 +14559,7 @@ analysis.") (inputs `(("libpng" ,libpng) ("zlib" ,zlib))) - (home-page "http://www.rforge.net/png/") + (home-page "https://www.rforge.net/png/") (synopsis "Read and write PNG images") (description "This package provides an easy and simple way to read, write and display |