mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: python-kivy: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-kivy)[home-page]: Use HTTPS.
This commit is contained in:
parent
e7c7912573
commit
3d2d9cc7b5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue