mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: python-vobject: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-vobject)[home-page]: Use HTTPS.
This commit is contained in:
parent
26827dfe36
commit
5d6e7106e1
1 changed files with 1 additions and 1 deletions
|
@ -9418,7 +9418,7 @@ (define-public python-vobject
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue