You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flagon.apache.org by po...@apache.org on 2019/05/11 01:04:10 UTC

[incubator-flagon-useralejs] branch FLAGON-192 updated: [FLAGON-383] Updated package.json to reflect name change

This is an automated email from the ASF dual-hosted git repository.

poorejc pushed a commit to branch FLAGON-192
in repository https://gitbox.apache.org/repos/asf/incubator-flagon-useralejs.git


The following commit(s) were added to refs/heads/FLAGON-192 by this push:
     new 3c5050f  [FLAGON-383] Updated package.json to reflect name change
3c5050f is described below

commit 3c5050f5cc9d9a2da97af8a2ca0ae6175e074f6a
Author: poorejc <po...@apache.org>
AuthorDate: Fri May 10 21:03:51 2019 -0400

    [FLAGON-383] Updated package.json to reflect name change
---
 package.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package.json b/package.json
index bb61ea9..c804881 100755
--- a/package.json
+++ b/package.json
@@ -13,13 +13,13 @@
   },
   "repository": {
     "type": "git",
-    "url": "git://git.apache.org/incubator-senssoft-useralejs.git"
+    "url": "git://git.apache.org/incubator-flagon-useralejs.git"
   },
   "keywords": [
     "UserALE",
     "Logging"
   ],
-  "author": "Apache SensSoft",
+  "author": "Apache Flagon",
   "contributors": [
     "Clay Gimenez",
     "Robert Foley",
@@ -29,9 +29,9 @@
   ],
   "license": "Apache-2.0",
   "bugs": {
-    "url": "https://issues.apache.org/jira/browse/senssoft"
+    "url": "https://issues.apache.org/jira/browse/FLAGON"
   },
-  "homepage": "http://senssoft.incubator.apache.org",
+  "homepage": "http://flagon.incubator.apache.org",
   "engines": {
     "node": "~8.2.1",
     "npm": "~5.3.0"