From e6953d95ccdac7e28134d4ab9d2fb28080f7a96d Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Sat, 3 Feb 2018 00:45:53 +0100 Subject: [PATCH] Fixed broken URLs --- 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 6bdfab93..bb086520 100644 --- a/index/alire-index-hello.ads +++ b/index/alire-index-hello.ads @@ -3,7 +3,7 @@ with Alire.Index.Libhello; package Alire.Index.Hello is Name : constant Project_Name := "hello"; - Repo : constant URL := "https@bitbucket.org/aleteolabs/hello.git"; + Repo : constant URL := "https://bitbucket.org/aleteolabs/hello.git"; V_1_0_0 : constant Release := Register_Git (Name, diff --git a/index/alire-index-libhello.ads b/index/alire-index-libhello.ads index 455fbca1..5fb2104e 100644 --- a/index/alire-index-libhello.ads +++ b/index/alire-index-libhello.ads @@ -1,7 +1,7 @@ package Alire.Index.Libhello is Name : constant Project_Name := "libhello"; - Repo : constant URL := "https@bitbucket.org/aleteolabs/libhello.git"; + Repo : constant URL := "https://bitbucket.org/aleteolabs/libhello.git"; V_1_0_0 : constant Release := Register_Git (Name,