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:
Mobiletic
2026-06-24 17:09:07 +01:00
parent 81b6b03239
commit 08f84ae14a
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ new pattern presets, additional LLM providers, docs, and tests.
## Getting started ## Getting started
```bash ```bash
git clone https://github.com/mobiletic/anonymizer.git git clone https://git.mobiletic.net/mobiletic/anonymizer.git
cd anonymizer cd anonymizer
npm install npm install
npm test # run the test suite (vitest) npm test # run the test suite (vitest)

View File

@@ -1,6 +1,6 @@
# @mobiletic/anonymizer # @mobiletic/anonymizer
[![CI](https://github.com/mobiletic/anonymizer/actions/workflows/ci.yml/badge.svg)](https://github.com/mobiletic/anonymizer/actions/workflows/ci.yml) [![CI](https://git.mobiletic.net/mobiletic/anonymizer/actions/workflows/ci.yml/badge.svg?branch=main)](https://git.mobiletic.net/mobiletic/anonymizer/actions)
[![npm version](https://img.shields.io/npm/v/@mobiletic/anonymizer.svg)](https://www.npmjs.com/package/@mobiletic/anonymizer) [![npm version](https://img.shields.io/npm/v/@mobiletic/anonymizer.svg)](https://www.npmjs.com/package/@mobiletic/anonymizer)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)

View File

@@ -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.", "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", "license": "MIT",
"author": "Mobiletic", "author": "Mobiletic",
"homepage": "https://github.com/mobiletic/anonymizer#readme", "homepage": "https://git.mobiletic.net/mobiletic/anonymizer#readme",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git+https://github.com/mobiletic/anonymizer.git" "url": "git+https://git.mobiletic.net/mobiletic/anonymizer.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/mobiletic/anonymizer/issues" "url": "https://git.mobiletic.net/mobiletic/anonymizer/issues"
}, },
"keywords": [ "keywords": [
"anonymization", "anonymization",