From 17e243851895d60fd16c598ffa8dbc1ca590cb24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dufraisse?= Date: Mon, 25 Sep 2023 10:07:25 +0200 Subject: [PATCH] fix(package.json): update links to repo --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ca017cf..6a40353 100755 --- a/package.json +++ b/package.json @@ -52,13 +52,13 @@ }, "repository": { "type": "git", - "url": "git+https://git.ouvaton.coop/astrolabe/SiteWebAstrolabe.git" + "url": "git+https://git.astrolabe.coop/AstrolabeCAE/SiteWebAstrolabe.git" }, "keywords": [], "author": "Yves Gatesoupe", "license": "MIT", "bugs": { - "url": "https://git.ouvaton.coop/astrolabe/SiteWebAstrolabe/issues" + "url": "https://git.astrolabe.coop/AstrolabeCAE/SiteWebAstrolabe/issues" }, - "homepage": "https://git.ouvaton.coop/astrolabe/SiteWebAstrolabe" + "homepage": "https://git.astrolabe.coop/AstrolabeCAE/SiteWebAstrolabe" }