nckx pushed a commit to branch master
in repository guix.

commit ce9fc7e8ab821d12977bdf4ca9bff3e20eb16c07
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sat Jan 18 23:27:33 2020 +0100

    gnu: r-imager: Use HTTPS home page.
    
    * gnu/packages/cran.scm (r-imager)[home-page]: Use HTTPS.
---
 gnu/packages/cran.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 9519047..b9b3367 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

Reply via email to