gnu: python-kivy: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-kivy)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-21 00:50:22 +01:00
parent e7c7912573
commit 3d2d9cc7b5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -11712,7 +11712,7 @@ (define-public python-kivy
("mesa" ,mesa)
("sdl-union"
,(sdl-union (list sdl2 sdl2-image sdl2-mixer sdl2-ttf)))))
(home-page "http://kivy.org")
(home-page "https://kivy.org")
(synopsis
"Multitouch application framework")
(description