From: Jérôme Benoit Date: Wed, 18 May 2022 19:03:46 +0000 (+0200) Subject: Change repo URI to SAP one X-Git-Tag: v1.1.61~38 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=63d3dcbf0e2d1ca1fcec37a837c2438ae947d0c1;p=e-mobility-charging-stations-simulator.git Change repo URI to SAP one Signed-off-by: Jérôme Benoit --- 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",