Skip to content

Commit 78e0722

Browse files
committed
fix: use correct GitHub repository URLs
1 parent 60a6220 commit 78e0722

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# eslint-plugin-lingui-typescript
22

33
[![npm version](https://img.shields.io/npm/v/eslint-plugin-lingui-typescript.svg)](https://www.npmjs.com/package/eslint-plugin-lingui-typescript)
4-
[![CI](https://github.com/user/eslint-plugin-lingui-typescript/actions/workflows/ci.yml/badge.svg)](https://github.com/user/eslint-plugin-lingui-typescript/actions/workflows/ci.yml)
4+
[![CI](https://github.com/sebastian-software/eslint-plugin-lingui-typescript/actions/workflows/ci.yml/badge.svg)](https://github.com/sebastian-software/eslint-plugin-lingui-typescript/actions/workflows/ci.yml)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
66

77
ESLint plugin for [Lingui](https://lingui.dev/) with TypeScript type-aware rules.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"types": "./dist/index.d.ts",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/nicosommi/eslint-plugin-lingui-typescript.git"
10+
"url": "git+https://github.com/sebastian-software/eslint-plugin-lingui-typescript.git"
1111
},
12-
"homepage": "https://github.com/nicosommi/eslint-plugin-lingui-typescript#readme",
12+
"homepage": "https://github.com/sebastian-software/eslint-plugin-lingui-typescript#readme",
1313
"bugs": {
14-
"url": "https://github.com/nicosommi/eslint-plugin-lingui-typescript/issues"
14+
"url": "https://github.com/sebastian-software/eslint-plugin-lingui-typescript/issues"
1515
},
1616
"exports": {
1717
".": {

0 commit comments

Comments
 (0)