mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
9167488490
commit
7bf837fd43
12 changed files with 76 additions and 76 deletions
|
@ -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))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue