commit:     28dd4bc8b31c8d552c82f9a6b75b82f63c97b51c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 10 17:48:44 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 10 17:48:44 2025 +0000
URL:        https://gitweb.gentoo.org/data/api.git/commit/?id=28dd4bc8

repositories: drop raw git:// for github

Replace with git+ssh:// and https://.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 files/overlays/repositories.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/files/overlays/repositories.xml b/files/overlays/repositories.xml
index efe7af35..c1004734 100755
--- a/files/overlays/repositories.xml
+++ b/files/overlays/repositories.xml
@@ -873,7 +873,6 @@
       <name>Horea Christian</name>
     </owner>
     <source type="git">https://github.com/TheChymera/overlay.git</source>
-    <source type="git">git://github.com/TheChymera/overlay.git</source>
     <source 
type="git">git+ssh://[email protected]/TheChymera/overlay.git</source>
     <feed>https://github.com/TheChymera/overlay/commits/master.atom</feed>
   </repo>
@@ -896,7 +895,8 @@
       <email>[email protected]</email>
       <name>coffeeknife</name>
     </owner>
-    <source 
type="git">git://github.com/coffeeknife/coffeeknife-overlay.git</source>
+    <source 
type="git">https://github.com/coffeeknife/coffeeknife-overlay.git</source>
+    <source 
type="git">git+ssh://github.com/coffeeknife/coffeeknife-overlay.git</source>
     
<feed>https://github.com/coffeeknife/coffeeknife-overlay/commits/master.atom</feed>
   </repo>
   <repo quality="experimental" status="unofficial">

Reply via email to