1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 05:51:19 +02:00

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

View File

@@ -11712,7 +11712,7 @@ and/or Xon/Xoff. The port is accessed in RAW mode.")
("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