diff --git a/npmextra.json b/npmextra.json index 9135f84..1c838f3 100644 --- a/npmextra.json +++ b/npmextra.json @@ -2,7 +2,7 @@ "gitzone": { "projectType": "npm", "module": { - "githost": "gitea.nevermind.cloud", + "githost": "code.foss.global", "gitscope": "fin.cx", "gitrepo": "xinvoice", "description": "A TypeScript module for creating, manipulating, and embedding XML data within PDF files specifically tailored for xinvoice packages.", diff --git a/package.json b/package.json index 91cc506..eed8e0e 100644 --- a/package.json +++ b/package.json @@ -38,12 +38,12 @@ }, "repository": { "type": "git", - "url": "git+https://gitea.nevermind.cloud/fin.cx/einvoice.git" + "url": "git+https://code.foss.global/fin.cx/einvoice.git" }, "bugs": { - "url": "https://gitea.nevermind.cloud/fin.cx/einvoice/issues" + "url": "https://code.foss.global/fin.cx/einvoice/issues" }, - "homepage": "https://gitea.nevermind.cloud/fin.cx/einvoice#readme", + "homepage": "https://code.foss.global/fin.cx/einvoice#readme", "browserslist": [ "last 1 chrome versions" ],