From ed323a863b8938e5206e5633d2c63be4b563887d Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Mon, 12 Mar 2018 16:38:51 +0100 Subject: [PATCH] [lib]hello bitbucket -> github --- index/alire-index-hello.ads | 2 +- index/alire-index-libhello.ads | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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