guix-commits
[Top][All Lists]
Advanced

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

01/08: gnu: r-shinyace: Use HTTPS home page.


From: guix-commits
Subject: 01/08: gnu: r-shinyace: Use HTTPS home page.
Date: Wed, 18 Mar 2020 12:49:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 083a95b7e0af07beedaac1923ab559425fc294f4
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 00:47:33 2020 +0100

    gnu: r-shinyace: Use HTTPS home page.
    
    * gnu/packages/cran.scm (r-shinyace)[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 b9b3367..5cd7955 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4926,7 +4926,7 @@ files.")
     (propagated-inputs
      `(("r-shiny" ,r-shiny)
        ("r-jsonlite" ,r-jsonlite)))
-    (home-page "http://cran.r-project.org/web/packages/shinyAce";)
+    (home-page "https://cran.r-project.org/web/packages/shinyAce/";)
     (synopsis "Ace editor bindings for Shiny")
     (description
      "This package provides Ace editor bindings to enable a rich text editing



reply via email to

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