guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: RawTherapee: Use HTTPS URLs.


From: guix-commits
Subject: branch master updated: gnu: RawTherapee: Use HTTPS URLs.
Date: Mon, 02 Aug 2021 16:54:44 -0400

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 0ae0d8b  gnu: RawTherapee: Use HTTPS URLs.
0ae0d8b is described below

commit 0ae0d8b4ce006797967b602ab2b2e61c24594f2f
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Mon Aug 2 16:50:54 2021 -0400

    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(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 673989e..3ef0fbf 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -769,7 +769,7 @@ a complete panorama and stitch any series of overlapping 
pictures.")
     (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 @@ a complete panorama and stitch any series of overlapping 
pictures.")
        ("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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]