diff options
author | Leo Famulari <leo@famulari.name> | 2017-03-21 17:34:40 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-04-02 20:00:51 -0400 |
commit | 7bf837fd43e274eba00dab0644a8df6dfa055d08 (patch) | |
tree | 339a69cbbfa5ef2983514f3fb9fd596fe62e12a6 /gnu/packages/statistics.scm | |
parent | 91674884900cfc2734ebb315d8e376cb3031aad0 (diff) |
gnu: Use HTTPS URLs for GitHub home-pages.
* gnu/packages/bioinformatics.scm, gnu/packages/emacs.scm,
gnu/packages/haskell.scm, gnu/packages/libffi.scm, gnu/packages/lisp.scm,
gnu/packages/ocaml.scm, gnu/packages/openstack.scm, gnu/packages/python.scm,
gnu/packages/ruby.scm, gnu/packages/shells.scm, gnu/packages/statistics.scm,
gnu/packages/xdisorg.scm: Use HTTPS URLs for all packages with a home-page on
GitHub.
Diffstat (limited to 'gnu/packages/statistics.scm')
-rw-r--r-- | gnu/packages/statistics.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm index bb8b71e546..86646fcfe3 100644 --- a/gnu/packages/statistics.scm +++ b/gnu/packages/statistics.scm @@ -1427,7 +1427,7 @@ understand the language at a deeper level.") (build-system r-build-system) (propagated-inputs `(("r-digest" ,r-digest))) - (home-page "http://github.com/hadley/memoise") + (home-page "https://github.com/hadley/memoise") (synopsis "Memoise functions for R") (description "This R package allows to cache the results of a function so that when @@ -1921,7 +1921,7 @@ files in R. It is built on top of the libxml2 C library.") (build-system r-build-system) (native-inputs `(("gfortran" ,gfortran))) - (home-page "http://github.com/wesleyburr/multitaper/") + (home-page "https://github.com/wesleyburr/multitaper/") (synopsis "Multitaper spectral analysis tools") (description "This package implements multitaper spectral estimation @@ -1966,7 +1966,7 @@ previous R versions and their release dates.") (base32 "0z4cn115gxcl086d6bnqr8afi67b6a7xqg6ivmk3l4ng1x8kcj28")))) (build-system r-build-system) - (home-page "http://github.com/edwindj/whisker") + (home-page "https://github.com/edwindj/whisker") (synopsis "Logicless mustache templating for R") (description "This package provides logicless templating, with a syntax that is not @@ -3565,7 +3565,7 @@ and tidyr provides no margins or aggregation.") `(("r-lattice" ,r-lattice))) (native-inputs `(("gfortran" ,gfortran))) - (home-page "http://github.com/edzer/hexbin") + (home-page "https://github.com/edzer/hexbin") (synopsis "Hexagonal binning routines") (description "This package provides binning and plotting functions for hexagonal bins. |