guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/06: gnu: python-wxpython: Use HTTPS home page.


From: guix-commits
Subject: 04/06: gnu: python-wxpython: Use HTTPS home page.
Date: Tue, 10 Mar 2020 17:27:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 2bc8143f6c09af2768be76d12eafc89a4b6cd142
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sun Jan 19 01:46:20 2020 +0100

    gnu: python-wxpython: Use HTTPS home page.
    
    * gnu/packages/wxwidgets.scm (python-wxpython)[home-page]: Use HTTPS.
---
 gnu/packages/wxwidgets.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/wxwidgets.scm b/gnu/packages/wxwidgets.scm
index 6d5c2b3..5a2ea1c 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]