guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: Use HTTPS for rstudio.github.io home pages.


From: guix-commits
Subject: 01/08: gnu: Use HTTPS for rstudio.github.io home pages.
Date: Mon, 9 Mar 2020 19:07:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 88c6a1812c76947fae7ddc27c224264d71dc4639
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:34:53 2020 +0100

    gnu: Use HTTPS for rstudio.github.io home pages.
    
    * gnu/packages/cran.scm (r-shinydashboard, r-shinythemes, r-dt)
    [home-page]: Use HTTPS.
---
 gnu/packages/cran.scm       | 4 ++--
 gnu/packages/statistics.scm | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 05aa746..6437fd4 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -977,7 +977,7 @@ supports interactive trees, to enable rich, editable trees 
in Shiny.")
        ("r-shiny" ,r-shiny)))
     (native-inputs
      `(("uglify-js" ,uglify-js)))
-    (home-page "http://rstudio.github.io/shinydashboard/";)
+    (home-page "https://rstudio.github.io/shinydashboard/";)
     (synopsis "Create dashboards with shiny")
     (description "This package provides an extension to the Shiny web
 application framework for R, making it easy to create attractive dashboards.")
@@ -1028,7 +1028,7 @@ well as file saving is available.")
     (properties `((upstream-name . "shinythemes")))
     (build-system r-build-system)
     (propagated-inputs `(("r-shiny" ,r-shiny)))
-    (home-page "http://rstudio.github.io/shinythemes/";)
+    (home-page "https://rstudio.github.io/shinythemes/";)
     (synopsis "Themes for Shiny")
     (description
      "This package provides themes for use with Shiny.  It includes several
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 13d64be..5e614d7 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -3151,7 +3151,7 @@ using the multicore functionality of the parallel 
package.")
        ("r-jsonlite" ,r-jsonlite)
        ("r-magrittr" ,r-magrittr)
        ("r-promises" ,r-promises)))
-    (home-page "http://rstudio.github.io/DT";)
+    (home-page "https://rstudio.github.io/DT";)
     (synopsis "R wrapper of the DataTables JavaScript library")
     (description
      "This package allows for data objects in R to be rendered as HTML tables



reply via email to

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