mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: RawTherapee: Use HTTPS URLs.
* gnu/packages/photo.scm (rawtherapee)[source, home-page]: Use HTTPS URLs.
This commit is contained in:
parent
4673f81793
commit
0ae0d8b4ce
1 changed files with 2 additions and 2 deletions
|
@ -769,7 +769,7 @@ (define-public rawtherapee
|
|||
(version "5.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "http://rawtherapee.com/shared/source/"
|
||||
(uri (string-append "https://rawtherapee.com/shared/source/"
|
||||
"rawtherapee-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
|
@ -809,7 +809,7 @@ (define-public rawtherapee
|
|||
("libsigc++" ,libsigc++)
|
||||
("libtiff" ,libtiff)
|
||||
("zlib" ,zlib)))
|
||||
(home-page "http://rawtherapee.com")
|
||||
(home-page "https://rawtherapee.com")
|
||||
(synopsis "Raw image developing and processing")
|
||||
(description "RawTherapee is a raw image processing suite. It comprises a
|
||||
subset of image editing operations specifically aimed at non-destructive raw
|
||||
|
|
Loading…
Reference in a new issue