guix-commits
[Top][All Lists]
Advanced

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

58/87: gnu: r-shiny: Use HTTPS home page URI.


From: guix-commits
Subject: 58/87: gnu: r-shiny: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:44 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit e9d88c7b976159318a62c716f7417abb7e010170
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 11:49:51 2021 +0100

    gnu: r-shiny: Use HTTPS home page URI.
    
    * gnu/packages/cran.scm (r-shiny)[home-page]: Use HTTPS URI.
---
 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 5d81820..baf8e08 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1630,7 +1630,7 @@ v1.0.7/_site/plugins/js/bootstrap-accessibility.js")
            (sha256
             (base32
              "1489wyzwrpf86y7vhc13n4v3mszmsfybhd3f75jkpnbvyp5sncm8"))))))
-    (home-page "http://shiny.rstudio.com";)
+    (home-page "https://shiny.rstudio.com";)
     (synopsis "Easy interactive web applications with R")
     (description
      "Makes it incredibly easy to build interactive web applications



reply via email to

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