gnu: python-vobject: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-vobject)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 22:08:27 +01:00
parent 26827dfe36
commit 5d6e7106e1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -9418,7 +9418,7 @@ (define-public python-vobject
are supported and well tested. vCard 3.0 files are supported, and all data 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 should be imported, but only a few components are understood in a sophisticated
way.") way.")
(home-page "http://eventable.github.io/vobject/") (home-page "https://eventable.github.io/vobject/")
(license license:asl2.0))) (license license:asl2.0)))
(define-public python2-vobject (define-public python2-vobject