guix-commits
[Top][All Lists]
Advanced

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

07/16: gnu: python-execnet: Use HTTPS home page.


From: guix-commits
Subject: 07/16: gnu: python-execnet: Use HTTPS home page.
Date: Sat, 7 Mar 2020 07:21:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 14a5146f3a5a4ab4587e8e8dba7c7b6cf5a6720b
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:35:13 2020 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d2cd270..bd107f9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8599,7 +8599,7 @@ minimal and fast API targeting the following uses:
 @item write and deploy hybrid multi-process applications
 @item write scripts to administer multiple environments
 @end enumerate")
-    (home-page "http://codespeak.net/execnet/";)
+    (home-page "https://codespeak.net/execnet/";)
     (license license:expat)))
 
 (define-public python2-execnet



reply via email to

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