guix-commits
[Top][All Lists]
Advanced

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

13/20: gnu: python-vobject: Use HTTPS home page.


From: guix-commits
Subject: 13/20: gnu: python-vobject: Use HTTPS home page.
Date: Mon, 2 Mar 2020 23:24:03 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5d6e7106e169c58f90d54cf9afdcff6ab6111a71
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:08:27 2020 +0100

    gnu: python-vobject: Use HTTPS home page.
    
    * gnu/packages/python-xyz.scm (python-vobject)[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 09940c1..be45990 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9418,7 +9418,7 @@ parsing and generating vCard and vCalendar files.  
Currently, iCalendar files
 are supported and well tested. vCard 3.0 files are supported, and all data
 should be imported, but only a few components are understood in a sophisticated
 way.")
-    (home-page "http://eventable.github.io/vobject/";)
+    (home-page "https://eventable.github.io/vobject/";)
     (license license:asl2.0)))
 
 (define-public python2-vobject



reply via email to

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