Fixed broken URLs

This commit is contained in:
Alejandro R. Mosteo
2018-02-03 00:45:53 +01:00
parent 5ddb905aee
commit e6953d95cc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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,
+1 -1
View File
@@ -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,