From 63d3dcbf0e2d1ca1fcec37a837c2438ae947d0c1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 18 May 2022 21:03:46 +0200 Subject: [PATCH] Change repo URI to SAP one MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- README.md | 2 +- package.json | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c1940286..d1bfd73b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# [emobility-charging-stations-simulator](https://github.com/jerome-benoit/emobility-charging-stations-simulator) +# [emobility-charging-stations-simulator](https://github.com/sap/emobility-charging-stations-simulator) ## Summary diff --git a/package.json b/package.json index b218939e..6d361e79 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/jerome-benoit/emobility-charging-stations-simulator.git" + "url": "https://github.com/sap/emobility-charging-stations-simulator.git" }, "description": "Electric Vehicle charging stations simulator", "author": "SAP E-Mobility ", @@ -33,10 +33,10 @@ ] }, "auto-changelog": { - "commitUrl": "https://github.com/jerome-benoit/emobility-charging-stations-simulator/commit/{id}", - "issueUrl": "https://github.com/jerome-benoit/emobility-charging-stations-simulator/issues/{id}", - "mergeUrl": "https://github.com/jerome-benoit/emobility-charging-stations-simulator/pull/{id}", - "compareUrl": "https://github.com/jerome-benoit/emobility-charging-stations-simulator/compare/{from}...{to}" + "commitUrl": "https://github.com/sap/emobility-charging-stations-simulator/commit/{id}", + "issueUrl": "https://github.com/sap/emobility-charging-stations-simulator/issues/{id}", + "mergeUrl": "https://github.com/sap/emobility-charging-stations-simulator/pull/{id}", + "compareUrl": "https://github.com/sap/emobility-charging-stations-simulator/compare/{from}...{to}" }, "mikro-orm": { "tsConfigPath": "./tsconfig-orm.json", -- 2.34.1