From a9c4ec0b215a03ffeb76329a53a7aef7b0b9e6c6 Mon Sep 17 00:00:00 2001 From: Konstantin Dmitriev Date: Jun 11 2020 07:13:55 +0000 Subject: Fix url --- diff --git a/env-builder-data/build/script/packet/opentoonz-testing.sh b/env-builder-data/build/script/packet/opentoonz-testing.sh index f9bc7ae..fd45231 100644 --- a/env-builder-data/build/script/packet/opentoonz-testing.sh +++ b/env-builder-data/build/script/packet/opentoonz-testing.sh @@ -1,5 +1,5 @@ source "$PACKET_SCRIPT_DIR/opentoonz-master.sh" PK_DIRNAME="opentoonz" -PK_URL="https://github.com/morevnaproject/$PK_DIRNAME.git" +PK_URL="https://github.com/morevnaproject-org/$PK_DIRNAME.git" PK_GIT_CHECKOUT="origin/testing"