diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:40:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-17 23:09:24 +0100 |
commit | 3ee2070241448908115d9f951dce3666b23c9f15 (patch) | |
tree | b4b5c83572e1ae3b42e8c46d585d1dac42d1ecee /gnu/packages/statistics.scm | |
parent | 6068cbe1e12f460ce4ed9be2c14000b75924d656 (diff) |
gnu: r-beeswarm: Use HTTPS home page.
* gnu/packages/statistics.scm (r-beeswarm)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/statistics.scm')
-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 1270b644d5..758909edd5 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -4328,7 +4328,7 @@ within a category based on their density using quasirandom noise.") (base32 "0hy89bwv7jixlg91li1fywa77916am2whqp1m1fx1khd45g44581")))) (build-system r-build-system) - (home-page "http://www.cbs.dtu.dk/~eklund/beeswarm/") + (home-page "https://www.cbs.dtu.dk/~eklund/beeswarm/") (synopsis "Implementation of bee swarm plots") (description "This package provides an implementation of bee swarm plots. The bee |