🔧(all) update numerique.gouv.fr references to new repo location

Replace outdated numerique.gouv.fr repository references with current
repository location for accurate documentation and links.

Maintenance cleanup unrelated to current PR but necessary to keep
references up-to-date. Better addressed now than deferred.
This commit is contained in:
lebaudantoine
2025-08-23 00:26:24 +02:00
committed by aleb_the_flash
parent 42b9a34c7a
commit a6aa77cb97
3 changed files with 6 additions and 6 deletions

View File

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

View File

@@ -294,7 +294,7 @@ export const Footer = () => {
<A
externalIcon
footer="minor"
href="https://github.com/numerique-gouv/meet/"
href="https://github.com/suitenumerique/meet/"
aria-label={t('links.code') + ' - ' + t('links.ariaLabel')}
>
{t('links.code')}

View File

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