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.
This commit is contained in:
Leo Famulari 2017-03-21 17:34:40 -04:00
parent 9167488490
commit 7bf837fd43
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08
12 changed files with 76 additions and 76 deletions

View file

@ -62,6 +62,6 @@ function interface. A layer must exist above libffi that handles type
conversions for values passed between the two languages.")
(home-page "http://sources.redhat.com/libffi/")
;; See <http://github.com/atgreen/libffi/blob/master/LICENSE>.
;; See <https://github.com/atgreen/libffi/blob/master/LICENSE>.
(license expat))))