From 84d01c6022a7b527429e048664c51856f6896767 Mon Sep 17 00:00:00 2001 From: Tibor Nagy <xnagytibor@gmail.com> Date: Fri, 28 Sep 2018 01:54:01 +0200 Subject: [PATCH] Move timidity, generaluser-gs and openttd-openmsx to GitLab --- recipes/generaluser-gs/recipe.sh | 2 +- recipes/openttd-openmsx/recipe.sh | 2 +- recipes/timidity/recipe.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/generaluser-gs/recipe.sh b/recipes/generaluser-gs/recipe.sh index 34438dad9..8ec0e0efb 100644 --- a/recipes/generaluser-gs/recipe.sh +++ b/recipes/generaluser-gs/recipe.sh @@ -1,5 +1,5 @@ VERSION=1.471 -GIT=https://github.com/xTibor/redox-generaluser-gs.git +GIT=https://gitlab.redox-os.org/redox-os/generaluser-gs.git function recipe_version { echo "$VERSION" diff --git a/recipes/openttd-openmsx/recipe.sh b/recipes/openttd-openmsx/recipe.sh index 95a78df29..8c4c01245 100644 --- a/recipes/openttd-openmsx/recipe.sh +++ b/recipes/openttd-openmsx/recipe.sh @@ -1,4 +1,4 @@ -GIT=https://github.com/xTibor/openttd-openmsx.git +GIT=https://gitlab.redox-os.org/redox-os/openttd-openmsx.git function recipe_version { echo "0.3.1" diff --git a/recipes/timidity/recipe.sh b/recipes/timidity/recipe.sh index 5f1eaa495..2c2d9fe87 100644 --- a/recipes/timidity/recipe.sh +++ b/recipes/timidity/recipe.sh @@ -1,5 +1,5 @@ VERSION=2.14.0 -GIT=https://github.com/xTibor/redox-timidity.git +GIT=https://gitlab.redox-os.org/redox-os/timidity.git BRANCH=redox DEPENDS="generaluser-gs" -- GitLab