diff mbox

[1/2] ti-uim: moved to github

Message ID af8528c725dbee3b80a8a99b2adba50a6ff4114d.1489038337.git.baruch@tkos.co.il
State Accepted
Headers show

Commit Message

Baruch Siach March 9, 2017, 5:45 a.m. UTC
gitorious.org is down. Use the github repo instead.

Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/ti-uim/ti-uim.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alexandre Belloni March 9, 2017, 7:51 a.m. UTC | #1
On 09/03/2017 at 07:45:36 +0200, Baruch Siach wrote:
> gitorious.org is down. Use the github repo instead.
> 

Weird, I thought a patch had already been sent to do that.

> Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>


> ---
>  package/ti-uim/ti-uim.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/ti-uim/ti-uim.mk b/package/ti-uim/ti-uim.mk
> index b49818004989..1c78db0e6f01 100644
> --- a/package/ti-uim/ti-uim.mk
> +++ b/package/ti-uim/ti-uim.mk
> @@ -5,7 +5,7 @@
>  ################################################################################
>  
>  TI_UIM_VERSION = c73894456df5def97111cb33d2106b684b8b7959
> -TI_UIM_SITE = git://gitorious.org/uim/uim.git
> +TI_UIM_SITE = $(call github,96boards,uim,$(TI_UIM_VERSION))
>  TI_UIM_LICENSE = GPLv2+
>  
>  define TI_UIM_BUILD_CMDS
> -- 
> 2.11.0
>
Thomas Petazzoni March 9, 2017, 8:53 p.m. UTC | #2
Hello,

On Thu,  9 Mar 2017 07:45:36 +0200, Baruch Siach wrote:
> gitorious.org is down. Use the github repo instead.
> 
> Cc: Alexandre Belloni <alexandre.belloni@free-electrons.com>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  package/ti-uim/ti-uim.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both applied, thanks!

Thomas
diff mbox

Patch

diff --git a/package/ti-uim/ti-uim.mk b/package/ti-uim/ti-uim.mk
index b49818004989..1c78db0e6f01 100644
--- a/package/ti-uim/ti-uim.mk
+++ b/package/ti-uim/ti-uim.mk
@@ -5,7 +5,7 @@ 
 ################################################################################
 
 TI_UIM_VERSION = c73894456df5def97111cb33d2106b684b8b7959
-TI_UIM_SITE = git://gitorious.org/uim/uim.git
+TI_UIM_SITE = $(call github,96boards,uim,$(TI_UIM_VERSION))
 TI_UIM_LICENSE = GPLv2+
 
 define TI_UIM_BUILD_CMDS