Skip to content

Commit

Permalink
maintain: move repo from executablebooks to hukkin
Browse files Browse the repository at this point in the history
  • Loading branch information
hukkin committed Dec 1, 2024
1 parent 42a8b08 commit 86217c6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![codecov.io][cov-badge]][cov-link]
[![PyPI version][pypi-badge]][pypi-link]

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

For example, converting:

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

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

[ci-badge]: https://github.com/executablebooks/mdformat-tables/actions/workflows/tests.yml/badge.svg?branch=master
[ci-link]: https://github.com/executablebooks/mdformat/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush
[cov-badge]: https://codecov.io/gh/executablebooks/mdformat-tables/branch/master/graph/badge.svg
[cov-link]: https://codecov.io/gh/executablebooks/mdformat-tables
[ci-badge]: https://github.com/hukkin/mdformat-tables/actions/workflows/tests.yml/badge.svg?branch=master
[ci-link]: https://github.com/hukkin/mdformat/actions?query=workflow%3ACI+branch%3Amaster+event%3Apush
[cov-badge]: https://codecov.io/gh/hukkin/mdformat-tables/branch/master/graph/badge.svg
[cov-link]: https://codecov.io/gh/hukkin/mdformat-tables
[pypi-badge]: https://img.shields.io/pypi/v/mdformat-tables.svg
[pypi-link]: https://pypi.org/project/mdformat-tables
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ build-backend = "flit_core.buildapi"
module = "mdformat_tables"
author = "Chris Sewell"
author-email = "[email protected]"
maintainer = "Taneli Hukkinen"
maintainer-email = "[email protected]"
description-file = "README.md"
home-page = "https://github.com/executablebooks/mdformat-tables"
home-page = "https://github.com/hukkin/mdformat-tables"
classifiers = [
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures-compact.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ a
:\-
.

Expanded Unicode (https://github.com/executablebooks/mdformat-tables/issues/16)
Expanded Unicode (https://github.com/hukkin/mdformat-tables/issues/16)
.
| 模型 | 时间 |
|-------|------|
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ a
:\-
.

Expanded Unicode (https://github.com/executablebooks/mdformat-tables/issues/16)
Expanded Unicode (https://github.com/hukkin/mdformat-tables/issues/16)
.
| 模型 | 时间 |
|-------|------|
Expand Down

0 comments on commit 86217c6

Please sign in to comment.