[lib]hello bitbucket -> github

This commit is contained in:
Alejandro R Mosteo
2018-03-12 16:38:51 +01:00
parent 24c396437d
commit ed323a863b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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