[CB-12762] point package.json repo items to github instead of apache mirrors site
diff --git a/package.json b/package.json
index 942eadf..0cd28a3 100644
--- a/package.json
+++ b/package.json
@@ -8,7 +8,7 @@
     },
     "repository": {
         "type": "git",
-        "url": "https://git-wip-us.apache.org/repos/asf/cordova-amazon-fireos.git"
+        "url": "https://github.com/apache/cordova-amazon-fireos"
     },
     "keywords": [
         "amazon",
@@ -30,4 +30,4 @@
         "jasmine-node": "~1",
         "promise-matchers": "~0"
     }
-}
\ No newline at end of file
+}