diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:46:20 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-10 22:23:12 +0100 |
commit | 2bc8143f6c09af2768be76d12eafc89a4b6cd142 (patch) | |
tree | dbd4d588827fd83154f6166da269066fc19bbbd4 /gnu | |
parent | 1e4ae5511a6c1a0f2af5db9ced320521c294e3f2 (diff) | |
download | guix-2bc8143f6c09af2768be76d12eafc89a4b6cd142.tar.gz guix-2bc8143f6c09af2768be76d12eafc89a4b6cd142.zip |
gnu: python-wxpython: Use HTTPS home page.
* gnu/packages/wxwidgets.scm (python-wxpython)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/wxwidgets.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm index 6d5c2b3921..5a2ea1c88e 100644 --- a/gnu/packages/wxwidgets.scm +++ b/gnu/packages/wxwidgets.scm @@ -225,7 +225,7 @@ and many other languages.") `(("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 |