Skip to content

Commit 7ec1b50

Browse files
committed
DOC: replace tacaswell -> matplotlib in setup.py
1 parent bc0cdc7 commit 7ec1b50

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Types of Contributions
1313
Report Bugs
1414
~~~~~~~~~~~
1515

16-
Report bugs at https://github.com/tacaswell/mpl-gui/issues.
16+
Report bugs at https://github.com/matplotlib/mpl-gui/issues.
1717

1818
If you are reporting a bug, please include:
1919

@@ -42,7 +42,7 @@ or even on the web in blog posts, articles, and such.
4242
Submit Feedback
4343
~~~~~~~~~~~~~~~
4444

45-
The best way to send feedback is to file an issue at https://github.com/tacaswell/mpl-gui/issues.
45+
The best way to send feedback is to file an issue at https://github.com/matplotlib/mpl-gui/issues.
4646

4747
If you are proposing a feature:
4848

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mpl-gui
99
Prototype project for splitting pyplot in half
1010

1111
* Free software: 3-clause BSD license
12-
* Documentation: https://tacaswell.github.io/mpl-gui.
12+
* Documentation: https://matplotlib.github.io/mpl-gui.
1313

1414
Motivation
1515
----------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
long_description=readme,
4242
author="Thomas A Caswell",
4343
author_email='[email protected]',
44-
url='https://github.com/tacaswell/mpl-gui',
44+
url='https://github.com/matplotlib/mpl-gui',
4545
python_requires='>={}'.format('.'.join(str(n) for n in min_version)),
4646
packages=find_packages(exclude=['docs', 'tests']),
4747
entry_points={

0 commit comments

Comments
 (0)