diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:23:12 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-11 07:10:31 +0100 |
commit | 7219193ad97f7227706f512a914d4e095e74276d (patch) | |
tree | ee1437c5419121dbc9b572fd7703ec218b925056 | |
parent | f762d327c32b31b5132dc8b46f49c935e0ac381e (diff) | |
download | patches-7219193ad97f7227706f512a914d4e095e74276d.tar patches-7219193ad97f7227706f512a914d4e095e74276d.tar.gz |
gnu: r-formatr: Use HTTPS home page.
* gnu/packages/statistics.scm (r-formatr)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/statistics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index d2cd3f6d5c..2b9a357d20 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -1306,7 +1306,7 @@ adapted for other output formats, such as HTML or LaTeX.") (base32 "1nsxbrx31k3y6yql30qkrvdfyznlia2qfvwv95mfiy7m7wdn4rm3")))) (build-system r-build-system) - (home-page "http://yihui.name/formatR") + (home-page "https://yihui.org/formatr/") (synopsis "Format R code automatically") (description "This package provides a function to format R source code. Spaces and |