chore: point repo/badge URLs at git.mobiletic.net Gitea
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -6,7 +6,7 @@ new pattern presets, additional LLM providers, docs, and tests.
|
||||
## Getting started
|
||||
|
||||
```bash
|
||||
git clone https://github.com/mobiletic/anonymizer.git
|
||||
git clone https://git.mobiletic.net/mobiletic/anonymizer.git
|
||||
cd anonymizer
|
||||
npm install
|
||||
npm test # run the test suite (vitest)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# @mobiletic/anonymizer
|
||||
|
||||
[](https://github.com/mobiletic/anonymizer/actions/workflows/ci.yml)
|
||||
[](https://git.mobiletic.net/mobiletic/anonymizer/actions)
|
||||
[](https://www.npmjs.com/package/@mobiletic/anonymizer)
|
||||
[](./LICENSE)
|
||||
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
"description": "Framework-agnostic PII anonymization & pseudonymization: pluggable LLM detection for free-form PII (names, addresses) with a deterministic regex fallback, deterministic coreference, and streaming-safe de-anonymization.",
|
||||
"license": "MIT",
|
||||
"author": "Mobiletic",
|
||||
"homepage": "https://github.com/mobiletic/anonymizer#readme",
|
||||
"homepage": "https://git.mobiletic.net/mobiletic/anonymizer#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mobiletic/anonymizer.git"
|
||||
"url": "git+https://git.mobiletic.net/mobiletic/anonymizer.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/mobiletic/anonymizer/issues"
|
||||
"url": "https://git.mobiletic.net/mobiletic/anonymizer/issues"
|
||||
},
|
||||
"keywords": [
|
||||
"anonymization",
|
||||
|
||||
Reference in New Issue
Block a user