gnu: python2-wxpython: Use HTTPS home page.
* gnu/packages/wxwidgets.scm (python2-wxpython)[home-page]: Use HTTPS.master
parent
90d192b2f7
commit
414b8d9e49
|
@ -296,7 +296,7 @@ provide a 100% native look and feel for the application.")
|
|||
("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
|
||||
|
|
Reference in New Issue