From 5b7a4d086094b8e478034998634e6e5b4abb561c Mon Sep 17 00:00:00 2001 From: Matt Leathes Date: Wed, 29 Jan 2020 17:46:58 +0000 Subject: [PATCH] update URLs now that this plugin has been moved to the adaptlearning repo --- bower.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index 8840c2d..ccd55d0 100644 --- a/bower.json +++ b/bower.json @@ -2,11 +2,12 @@ "name": "adapt-youtube", "repository": { "type": "git", - "url": "git://github.com/cgkineo/adapt-youtube.git" + "url": "git://github.com/adaptlearning/adapt-youtube.git" }, "framework": ">=3.3", "version": "1.2.0", - "homepage": "https://github.com/cgkineo/adapt-youtube", + "homepage": "https://github.com/adaptlearning/adapt-youtube", + "issues": "https://github.com/adaptlearning/adapt-youtube/issues", "displayName": "YouTube Player", "component": "youtube", "authors": [ @@ -19,5 +20,5 @@ "adapt-plugin", "adapt-component" ], - "license": "GPLv3" -} \ No newline at end of file + "license": "GPL-3.0" +}