gnu: python2-wxpython: Use HTTPS home page.

* gnu/packages/wxwidgets.scm (python2-wxpython)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:16:48 +01:00
parent 90d192b2f7
commit 414b8d9e49
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -296,7 +296,7 @@ (define-public python2-wxpython
("wxwidgets" ,wxwidgets-gtk2)))
(synopsis "Python 2 Bindings for wxWidgets")
(description "@code{wxpython} provides Python 2 bindings for wxWidgets.")
(home-page "http://wxpython.org/")
(home-page "https://wxpython.org/")
(license (package-license wxwidgets))))
(define-public wxsvg