Skip to content

Commit 477a5c1

Browse files
Евгений БлиновЕвгений Блинов
authored andcommitted
Update repository URLs and badges to use 'mutating' instead of 'pomponchik'
1 parent a5409cc commit 477a5c1

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@
33

44
[![Downloads](https://static.pepy.tech/badge/metacode/month)](https://pepy.tech/project/metacode)
55
[![Downloads](https://static.pepy.tech/badge/metacode)](https://pepy.tech/project/metacode)
6-
[![Coverage Status](https://coveralls.io/repos/github/pomponchik/metacode/badge.svg?branch=main)](https://coveralls.io/github/pomponchik/metacode?branch=main)
7-
[![Lines of code](https://sloc.xyz/github/pomponchik/metacode/?category=code)](https://github.com/boyter/scc/)
8-
[![Hits-of-Code](https://hitsofcode.com/github/pomponchik/metacode?branch=main&label=Hits-of-Code&exclude=docs/)](https://hitsofcode.com/github/pomponchik/metacode/view?branch=main)
9-
[![Test-Package](https://github.com/pomponchik/metacode/actions/workflows/tests_and_coverage.yml/badge.svg)](https://github.com/pomponchik/metacode/actions/workflows/tests_and_coverage.yml)
6+
[![Coverage Status](https://coveralls.io/repos/github/mutating/metacode/badge.svg?branch=main)](https://coveralls.io/github/mutating/metacode?branch=main)
7+
[![Lines of code](https://sloc.xyz/github/mutating/metacode/?category=code)](https://github.com/boyter/scc/)
8+
[![Hits-of-Code](https://hitsofcode.com/github/mutating/metacode?branch=main&label=Hits-of-Code&exclude=docs/)](https://hitsofcode.com/github/mutating/metacode/view?branch=main)
9+
[![Test-Package](https://github.com/mutating/metacode/actions/workflows/tests_and_coverage.yml/badge.svg)](https://github.com/mutating/metacode/actions/workflows/tests_and_coverage.yml)
1010
[![Python versions](https://img.shields.io/pypi/pyversions/metacode.svg)](https://pypi.python.org/pypi/metacode)
1111
[![PyPI version](https://badge.fury.io/py/metacode.svg)](https://badge.fury.io/py/metacode)
1212
[![Checked with mypy](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
1313
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
14-
[![DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/pomponchik/metacode)
14+
[![DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/mutating/metacode)
1515

1616
</details>
1717

1818

19-
![logo](https://raw.githubusercontent.com/pomponchik/metacode/develop/docs/assets/logo_3.svg)
19+
![logo](https://raw.githubusercontent.com/mutating/metacode/develop/docs/assets/logo_3.svg)
2020

2121
Many source code analysis tools use comments in a special format to mark it up. This is an important part of the Python ecosystem, but there is still no single standard around it. This library offers such a standard.
2222

@@ -218,4 +218,4 @@ number_literal ::= ? python-style number ?
218218
complex_literal ::= ? python-style complex number ?
219219
```
220220

221-
If you suddenly implement your ready-made open-source parser of this grammar in a language other than Python, please [let me know](https://github.com/pomponchik/metacode/issues). This information can be added to this text.
221+
If you suddenly implement your ready-made open-source parser of this grammar in a language other than Python, please [let me know](https://github.com/mutating/metacode/issues). This information can be added to this text.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ lint.select = ["ERA001", "YTT", "ASYNC", "BLE", "B", "A", "COM", "INP", "PIE", "
4848
format.quote-style = "single"
4949

5050
[project.urls]
51-
'Source' = 'https://github.com/pomponchik/metacode'
52-
'Tracker' = 'https://github.com/pomponchik/metacode/issues'
51+
'Source' = 'https://github.com/mutating/metacode'
52+
'Tracker' = 'https://github.com/mutating/metacode/issues'

0 commit comments

Comments
 (0)