diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:27:33 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-18 02:16:21 +0100 |
commit | ce9fc7e8ab821d12977bdf4ca9bff3e20eb16c07 (patch) | |
tree | efad25318c098c8700137ebf42367497596246f9 /gnu | |
parent | 3c1a10e3417db2dd1c78acf648eb3abe062ac1c1 (diff) | |
download | patches-ce9fc7e8ab821d12977bdf4ca9bff3e20eb16c07.tar patches-ce9fc7e8ab821d12977bdf4ca9bff3e20eb16c07.tar.gz |
gnu: r-imager: Use HTTPS home page.base-for-series-3197
* gnu/packages/cran.scm (r-imager)[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 951904785e..b9b3367691 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -18345,7 +18345,7 @@ number embedded in the file rather than the file extension.") ("r-readbitmap" ,r-readbitmap) ("r-stringr" ,r-stringr))) (native-inputs `(("pkg-config" ,pkg-config))) - (home-page "http://dahtah.github.io/imager") + (home-page "https://dahtah.github.io/imager/") (synopsis "Image processing library") (description "This is a package for fast image processing for images in up to 4 |