Skip to content
This repository was archived by the owner on Oct 16, 2025. It is now read-only.

Commit 86217c6

Browse files
committed
maintain: move repo from executablebooks to hukkin
1 parent 42a8b08 commit 86217c6

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![codecov.io][cov-badge]][cov-link]
55
[![PyPI version][pypi-badge]][pypi-link]
66

7-
An [mdformat](https://github.com/executablebooks/mdformat) plugin for rendering tables.
7+
An [mdformat](https://github.com/hukkin/mdformat) plugin for rendering tables.
88

99
For example, converting:
1010

@@ -73,9 +73,9 @@ or trigger the GitHub Action job, by creating a release with a tag equal to the
7373

7474
Note, this requires generating an API key on PyPi and adding it to the repository `Settings/Secrets`, under the name `PYPI_KEY`.
7575

76-
[ci-badge]: https://github.com/executablebooks/mdformat-tables/actions/workflows/tests.yml/badge.svg?branch=master
77-
[ci-link]: https://github.com/executablebooks/mdformat/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush
78-
[cov-badge]: https://codecov.io/gh/executablebooks/mdformat-tables/branch/master/graph/badge.svg
79-
[cov-link]: https://codecov.io/gh/executablebooks/mdformat-tables
76+
[ci-badge]: https://github.com/hukkin/mdformat-tables/actions/workflows/tests.yml/badge.svg?branch=master
77+
[ci-link]: https://github.com/hukkin/mdformat/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush
78+
[cov-badge]: https://codecov.io/gh/hukkin/mdformat-tables/branch/master/graph/badge.svg
79+
[cov-link]: https://codecov.io/gh/hukkin/mdformat-tables
8080
[pypi-badge]: https://img.shields.io/pypi/v/mdformat-tables.svg
8181
[pypi-link]: https://pypi.org/project/mdformat-tables

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@ build-backend = "flit_core.buildapi"
66
module = "mdformat_tables"
77
author = "Chris Sewell"
88
author-email = "[email protected]"
9+
maintainer = "Taneli Hukkinen"
10+
maintainer-email = "[email protected]"
911
description-file = "README.md"
10-
home-page = "https://github.com/executablebooks/mdformat-tables"
12+
home-page = "https://github.com/hukkin/mdformat-tables"
1113
classifiers = [
1214
"Intended Audience :: Developers",
1315
"License :: OSI Approved :: MIT License",

tests/fixtures-compact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ a
136136
:\-
137137
.
138138

139-
Expanded Unicode (https://github.com/executablebooks/mdformat-tables/issues/16)
139+
Expanded Unicode (https://github.com/hukkin/mdformat-tables/issues/16)
140140
.
141141
| 模型 | 时间 |
142142
|-------|------|

tests/fixtures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ a
136136
:\-
137137
.
138138

139-
Expanded Unicode (https://github.com/executablebooks/mdformat-tables/issues/16)
139+
Expanded Unicode (https://github.com/hukkin/mdformat-tables/issues/16)
140140
.
141141
| 模型 | 时间 |
142142
|-------|------|

0 commit comments

Comments
 (0)