Skip to content

Commit dfd63c5

Browse files
committed
adjust metadata after transfer to adafruit
1 parent 53a0b13 commit dfd63c5

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ g722_1_mod
66
| pip builds | [![Pip Actions Status][actions-pip-badge]][actions-pip-link] |
77
| [`cibuildwheel`][] | [![Wheels Actions Status][actions-wheels-badge]][actions-wheels-link] |
88

9-
[actions-badge]: https://github.com/jepler/g722_1_mod/workflows/Tests/badge.svg
10-
[actions-pip-link]: https://github.com/jepler/g722_1_mod/actions?query=workflow%3A%22Pip
11-
[actions-pip-badge]: https://github.com/jepler/g722_1_mod/workflows/Pip/badge.svg
12-
[actions-wheels-link]: https://github.com/jepler/g722_1_mod/actions?query=workflow%3AWheels
13-
[actions-wheels-badge]: https://github.com/jepler/g722_1_mod/workflows/Wheels/badge.svg
9+
[actions-badge]: https://github.com/adafruit/g722_1_mod/workflows/Tests/badge.svg
10+
[actions-pip-link]: https://github.com/adafruit/g722_1_mod/actions?query=workflow%3A%22Pip
11+
[actions-pip-badge]: https://github.com/adafruit/g722_1_mod/workflows/Pip/badge.svg
12+
[actions-wheels-link]: https://github.com/adafruit/g722_1_mod/actions?query=workflow%3AWheels
13+
[actions-wheels-badge]: https://github.com/adafruit/g722_1_mod/workflows/Wheels/badge.svg
1414

1515
Installation
1616
------------

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
setup(
2323
name="g722_1_mod",
2424
version=__version__,
25-
author="Jeff Epler",
26-
author_email="[email protected]",
27-
url="https://github.com/jepler/g722_1_mod",
25+
url="https://github.com/adafruit/g722_1_mod",
2826
description="A modified G722.1 encoder",
2927
long_description="This modified format is used by certain embedded designs.",
3028
ext_modules=ext_modules,

0 commit comments

Comments
 (0)