Skip to content

Commit 79bfd19

Browse files
committed
update links to new repo URL
1 parent 09d6f1c commit 79bfd19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Delta Chat JSON-RPC Code Generator
22

3-
[![CI](https://github.com/deltachat/dcrpcgen/actions/workflows/python-ci.yml/badge.svg)](https://github.com/deltachat/dcrpcgen/actions/workflows/python-ci.yml)
3+
[![CI](https://github.com/chatmail/dcrpcgen/actions/workflows/python-ci.yml/badge.svg)](https://github.com/chatmail/dcrpcgen/actions/workflows/python-ci.yml)
44
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
55

66
Automatic code generation for the Delta Chat JSON-RPC API.
77

88
## Install
99

1010
```sh
11-
pip install git+https://github.com/deltachat/dcrpcgen
11+
pip install git+https://github.com/chatmail/dcrpcgen
1212
```
1313

1414
## Usage

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies = [
2222
]
2323

2424
[project.urls]
25-
Homepage = "https://github.com/deltachat/dcrpcgen"
25+
Homepage = "https://github.com/chatmail/dcrpcgen"
2626

2727
[project.optional-dependencies]
2828
dev = [

0 commit comments

Comments
 (0)