summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 22:08:27 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-03 05:06:47 +0100
commit5d6e7106e169c58f90d54cf9afdcff6ab6111a71 (patch)
treed82235d47671d3a4df698948d26c58b809c8a686 /gnu
parent26827dfe36a495d1e55a07f23689df14296218bc (diff)
downloadpatches-5d6e7106e169c58f90d54cf9afdcff6ab6111a71.tar
patches-5d6e7106e169c58f90d54cf9afdcff6ab6111a71.tar.gz
gnu: python-vobject: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-vobject)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 09940c16fa..be45990249 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