You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by hs...@apache.org on 2020/09/02 00:22:40 UTC

[sling-slingpackager] branch master updated: Correcting git repository url.

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

hsaginor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-slingpackager.git


The following commit(s) were added to refs/heads/master by this push:
     new 36e28a5  Correcting git repository url.
36e28a5 is described below

commit 36e28a50b4c2096ef99b615521187aa413510492
Author: Henry Saginor <hs...@gmail.com>
AuthorDate: Tue Sep 1 17:20:38 2020 -0700

    Correcting git repository url.
---
 package.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 96e988c..0281684 100644
--- a/package.json
+++ b/package.json
@@ -5,8 +5,7 @@
   "main": "index.js",
   "repository": {
     "type": "git",
-    "url": "https://github.com/apache/sling-whiteboard.git",
-    "directory": "slingpackager"
+    "url": "https://github.com/apache/sling-slingpackager.git"
   },
   "scripts": {
     "test": "mocha"