From 1e06706da1cc1aed48f7e98902bbdd8027810411 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Mon, 12 Mar 2018 16:05:06 +0100 Subject: [PATCH] fixed bitbucket -> github --- index/alire-index-alire.ads | 2 +- index/alire-index-alr.ads | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index/alire-index-alire.ads b/index/alire-index-alire.ads index f52f3813..a8a856c3 100644 --- a/index/alire-index-alire.ads +++ b/index/alire-index-alire.ads @@ -5,7 +5,7 @@ package Alire.Index.Alire is function Project is new Catalogued_Project (Projects.Alire); - Repo : constant URL := "https://bitbucket.org/aleteolabs/alire.git"; + Repo : constant URL := "https://github.com/alire-project/alire.git"; V_0_2 : constant Release := Project.Register diff --git a/index/alire-index-alr.ads b/index/alire-index-alr.ads index 84f5a3c9..b18fd6fd 100644 --- a/index/alire-index-alr.ads +++ b/index/alire-index-alr.ads @@ -5,7 +5,7 @@ package Alire.Index.Alr is function Project is new Catalogued_Project (Projects.Alr); - Repo : constant URL := "https://bitbucket.org/aleteolabs/alr.git"; + Repo : constant URL := "https://github.com/alire-project/alr.git"; V_0_2 : constant Release := Project.Register