fix(package): rename package namespace from @push.rocks to @serve.zone

This commit is contained in:
2026-03-23 09:22:26 +00:00
parent 3cb0be8f56
commit 6401790b6a
5 changed files with 18 additions and 12 deletions

View File

@@ -3,10 +3,10 @@
"projectType": "npm",
"module": {
"githost": "code.foss.global",
"gitscope": "push.rocks",
"gitscope": "serve.zone",
"gitrepo": "containerarchive",
"description": "content-addressed incremental backup engine with deduplication, encryption, and error correction",
"npmPackagename": "@push.rocks/containerarchive",
"npmPackagename": "@serve.zone/containerarchive",
"license": "MIT",
"keywords": [
"backup",
@@ -35,6 +35,6 @@
]
},
"@git.zone/tsdoc": {
"legal": "\n## License and Legal Information\n\nThis module is part of the @push.rocks ecosystem, maintained by Task Venture Capital GmbH.\n\nLicensed under MIT. See LICENSE file for details.\n\nFor questions or commercial licensing, contact: hello@task.vc\n"
"legal": "\n## License and Legal Information\n\nThis module is part of the @serve.zone collection, maintained by Task Venture Capital GmbH.\n\nLicensed under MIT. See LICENSE file for details.\n\nFor questions or commercial licensing, contact: hello@task.vc\n"
}
}