diff --git a/index/alire-index-hello.ads b/index/alire-index-hello.ads index 9318bd78..0ef3d5a3 100644 --- a/index/alire-index-hello.ads +++ b/index/alire-index-hello.ads @@ -4,7 +4,7 @@ package Alire.Index.Hello is function Project is new Catalogued_Project (Projects.Hello); - Repo : constant URL := "https://bitbucket.org/aleteolabs/hello.git"; + Repo : constant URL := "https://github.com/alire-project/hello.git"; V_1_0_0 : constant Release := Project.Register diff --git a/index/alire-index-libhello.ads b/index/alire-index-libhello.ads index 26d48f78..10f850f8 100644 --- a/index/alire-index-libhello.ads +++ b/index/alire-index-libhello.ads @@ -2,7 +2,7 @@ package Alire.Index.Libhello is function Project is new Catalogued_Project (Projects.Libhello); - Repo : constant URL := "https://bitbucket.org/aleteolabs/libhello.git"; + Repo : constant URL := "https://github.com/alire-project/libhello.git"; V_1_0 : constant Release := Project.Register