runtime(kivy): Updated maintainer info for syntax script

closes: #15405

Signed-off-by: Corey Prophitt <git@prophitt.me>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/runtime/syntax/kivy.vim b/runtime/syntax/kivy.vim
index 76e3576..d4bccfc 100644
--- a/runtime/syntax/kivy.vim
+++ b/runtime/syntax/kivy.vim
@@ -1,9 +1,9 @@
 " Vim syntax file
 " Language:    Kivy
-" Maintainer:  Corey Prophitt <prophitt.corey@gmail.com>
-" Last Change: Jul 6th, 2024
+" Maintainer:  Corey Prophitt <corey@prophitt.me>
+" Last Change: Jul 31st, 2024
 " Version:     1
-" URL:         http://kivy.org/
+" URL:         https://kivy.org/
 
 if exists("b:current_syntax")
     finish
@@ -13,7 +13,7 @@
 syn include @pyth $VIMRUNTIME/syntax/python.vim
 
 " Kivy language rules can be found here
-"   http://kivy.org/docs/guide/lang.html
+"   https://kivy.org/doc/stable/guide/lang.html
 
 " Define Kivy syntax
 syn match kivyPreProc   /#:.*/