diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:08:27 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-03 05:06:47 +0100 |
commit | 5d6e7106e169c58f90d54cf9afdcff6ab6111a71 (patch) | |
tree | d82235d47671d3a4df698948d26c58b809c8a686 /gnu/packages/python-xyz.scm | |
parent | 26827dfe36a495d1e55a07f23689df14296218bc (diff) | |
download | patches-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/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
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 |