From a459d612a6e933c47f1758f2ff0c797f9869e692 Mon Sep 17 00:00:00 2001 From: Gerald Manipon Date: Wed, 22 Jan 2025 10:47:15 -0800 Subject: [PATCH] Update metadata.json Point to official repo. --- applications/unity-ads-efs/0.1/metadata.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/unity-ads-efs/0.1/metadata.json b/applications/unity-ads-efs/0.1/metadata.json index 1a4c57a..5ee459b 100644 --- a/applications/unity-ads-efs/0.1/metadata.json +++ b/applications/unity-ads-efs/0.1/metadata.json @@ -5,21 +5,21 @@ "Channel": "beta", "Owner": "U-ADS Team", "Description": "A package to install and configure the Unity U-ADS Shared Storage on EFS for your Unity Venue", - "Repository": "https://github.com/pymonger/unity-ads-deployment", + "Repository": "https://github.com/unity-sds/unity-ads-deployment", "Tags": [ "ads", "algorithm" ], "Category": "ads", "IamRoles": {}, - "Package": "https://github.com/pymonger/unity-ads-deployment", + "Package": "https://github.com/unity-sds/unity-ads-deployment", "ManagedDependencies": {}, "Backend": "terraform", "WorkDirectory": "dev_env/shared_storage", "DefaultDeployment": { "Variables": { "Values": { - "efs_identifier": "uads-gmanipon-dev-efs-fs" + "efs_identifier": "uads-project-venue-efs-fs" } } }