From 0ae0d8b4ce006797967b602ab2b2e61c24594f2f Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Mon, 2 Aug 2021 16:50:54 -0400 Subject: gnu: RawTherapee: Use HTTPS URLs. * gnu/packages/photo.scm (rawtherapee)[source, home-page]: Use HTTPS URLs. --- gnu/packages/photo.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/photo.scm') diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 673989e06b..3ef0fbf7f5 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -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 -- cgit v1.2.3