🔧(chore) replace old repo url to suitenumerique org

The old repo url on the numerique-gouv orga was still present in the
repo. This commit replaces them to the current repo url.
This commit is contained in:
Manuel Raynaud
2025-07-25 14:15:17 +02:00
committed by GitHub
parent 8c9380c356
commit f1c2219270
4 changed files with 39 additions and 39 deletions

View File

@@ -64,10 +64,10 @@ dependencies = [
]
[project.urls]
"Bug Tracker" = "https://github.com/numerique-gouv/impress/issues/new"
"Changelog" = "https://github.com/numerique-gouv/impress/blob/main/CHANGELOG.md"
"Homepage" = "https://github.com/numerique-gouv/impress"
"Repository" = "https://github.com/numerique-gouv/impress"
"Bug Tracker" = "https://github.com/suitenumerique/docs/issues/new"
"Changelog" = "https://github.com/suitenumerique/docs/blob/main/CHANGELOG.md"
"Homepage" = "https://github.com/suitenumerique/docs"
"Repository" = "https://github.com/suitenumerique/docs"
[project.optional-dependencies]
dev = [

View File

@@ -2,7 +2,7 @@
"name": "server-y-provider",
"version": "3.4.2",
"description": "Y.js provider for docs",
"repository": "https://github.com/numerique-gouv/impress",
"repository": "https://github.com/suitenumerique/docs",
"license": "MIT",
"type": "module",
"scripts": {

View File

@@ -16,7 +16,7 @@
"volta": {
"node": "22"
},
"repository": "https://github.com/numerique-gouv/impress",
"repository": "https://github.com/suitenumerique/docs",
"author": "DINUM",
"license": "MIT"
}