diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 00:47:33 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-18 17:48:53 +0100 |
commit | 083a95b7e0af07beedaac1923ab559425fc294f4 (patch) | |
tree | fc31680f16ac9936357efa8b12ed998b43e90bfe | |
parent | 6c3881078afb1f98236da1020e5eef4f9061ae43 (diff) |
gnu: r-shinyace: Use HTTPS home page.
* gnu/packages/cran.scm (r-shinyace)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/cran.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index b9b3367691..5cd7955f1a 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 |