mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: python-wxpython: Use HTTPS home page.
* gnu/packages/wxwidgets.scm (python-wxpython)[home-page]: Use HTTPS.
This commit is contained in:
parent
1e4ae5511a
commit
2bc8143f6c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue