Fixed broken URLs
This commit is contained in:
@@ -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,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,
|
||||
|
||||
Reference in New Issue
Block a user