gnu: python-wxpython: Use HTTPS home page.

* gnu/packages/wxwidgets.scm (python-wxpython)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 01:46:20 +01:00
parent 1e4ae5511a
commit 2bc8143f6c
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -225,7 +225,7 @@ (define-public python-wxpython
`(("python-numpy" ,python-numpy)
("python-pillow" ,python-pillow)
("python-six" ,python-six)))
(home-page "http://wxPython.org/")
(home-page "https://wxpython.org/")
(synopsis "Cross platform GUI toolkit for Python")
(description "wxPython is a cross-platform GUI toolkit for the Python
programming language. It is implemented as a set of Python extension modules