guix-commits
[Top][All Lists]
Advanced

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

04/17: gnu: r-png: Use HTTPS home page.


From: guix-commits
Subject: 04/17: gnu: r-png: Use HTTPS home page.
Date: Tue, 11 Feb 2020 01:14:51 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 08eefe29e69667e2ba551f1b231aa112dab09eb5
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:30:50 2020 +0100

    gnu: r-png: Use HTTPS home page.
    
    * gnu/packages/cran.scm (r-png)[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 de12e47..5987933 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14559,7 +14559,7 @@ analysis.")
     (inputs
      `(("libpng" ,libpng)
        ("zlib" ,zlib)))
-    (home-page "http://www.rforge.net/png/";)
+    (home-page "https://www.rforge.net/png/";)
     (synopsis "Read and write PNG images")
     (description
      "This package provides an easy and simple way to read, write and display



reply via email to

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