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

@ -888,7 +888,7 @@ from other CLXes around the net.")
It attempts to be highly customizable while relying entirely on the keyboard
for input. These design decisions reflect the growing popularity of
productive, customizable lisp based systems.")
(home-page "http://github.com/stumpwm/stumpwm")
(home-page "https://github.com/stumpwm/stumpwm")
(license license:gpl2+)
(properties `((ecl-variant . ,(delay ecl-stumpwm))))))