guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: python2-wxpython: Use HTTPS home page.


From: guix-commits
Subject: 02/04: gnu: python2-wxpython: Use HTTPS home page.
Date: Sat, 22 Feb 2020 17:52:41 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 414b8d9e499470dcfaadb518d36529a1627c2a72
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 21:16:48 2020 +0100

    gnu: python2-wxpython: Use HTTPS home page.
    
    * gnu/packages/wxwidgets.scm (python2-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 48e6c31..6010de7 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



reply via email to

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