diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:16:48 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-22 23:51:54 +0100 |
commit | 414b8d9e499470dcfaadb518d36529a1627c2a72 (patch) | |
tree | a8c3e10dca53a3640a3a501a62e60f03414d3a87 /gnu/packages | |
parent | 90d192b2f7f060e4d2e5c827533e6fe0545a04ba (diff) | |
download | guix-414b8d9e499470dcfaadb518d36529a1627c2a72.tar.gz guix-414b8d9e499470dcfaadb518d36529a1627c2a72.zip |
gnu: python2-wxpython: Use HTTPS home page.
* gnu/packages/wxwidgets.scm (python2-wxpython)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-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 48e6c31f6c..6010de781f 100644 --- a/gnu/packages/wxwidgets.scm +++ b/gnu/packages/wxwidgets.scm @@ -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 |