mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: python2-wxpython: Use HTTPS home page.
* gnu/packages/wxwidgets.scm (python2-wxpython)[home-page]: Use HTTPS.
This commit is contained in:
parent
90d192b2f7
commit
414b8d9e49
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue