mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: r-imager: Use HTTPS home page.
* gnu/packages/cran.scm (r-imager)[home-page]: Use HTTPS.
This commit is contained in:
parent
3c1a10e341
commit
ce9fc7e8ab
1 changed files with 1 additions and 1 deletions
|
@ -18345,7 +18345,7 @@ (define-public r-imager
|
|||
("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
|
||||
|
|
Loading…
Reference in a new issue