Skip to content

Commit bf2eaa5

Browse files
authored
Update developer name, add .mailmap (#1792)
1 parent 093d2f3 commit bf2eaa5

File tree

16 files changed

+22
-17
lines changed

16 files changed

+22
-17
lines changed

.github/workflows/ci/skiplist_default.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@ test.bat
2020
test.sh
2121
tox.ini
2222
windows/README.md
23+
.mailmap
2324
{EOF}

.github/workflows/ci/skiplist_job_build.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.github/workflows/ci/skiplist_job_test*.txt
22
.gitignore
3+
.mailmap
34
pyproject.toml
45
reqs/packaging.txt
56
reqs/test.txt

.github/workflows/ci/skiplist_job_test.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.github/workflows/ci/skiplist_job_test_gui_qt.txt
33
.github/workflows/ci/skiplist_job_test_packaging.txt
44
.gitignore
5+
.mailmap
56
LICENSE.txt
67
linux/*
78
MANIFEST.in

.github/workflows/ci/skiplist_job_test_gui_qt.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.github/workflows/ci/skiplist_job_test.txt
33
.github/workflows/ci/skiplist_job_test_packaging.txt
44
.gitignore
5+
.mailmap
56
LICENSE.txt
67
linux/*
78
MANIFEST.in

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Thea Morin <github@hashable.ca> <morinted@gmail.com>
2+
Thea Morin <github@hashable.ca> <theodore.morin@clearwaterclinical.com>

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,4 @@ include .readthedocs.yml
4040
exclude .readthedocs.yml
4141
exclude plover/gui_qt/*_rc.py
4242
exclude plover/gui_qt/*_ui.py
43+
exclude .mailmap

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ including [StenoJig][] (JavaScript) and [StenoTray][] (Java).
9898
- The [Plover Wiki][Wiki] discusses Plover and Open Steno in
9999
general. Edits to the Wiki and new page ideas are welcome.
100100
- Graphic art for Plover and stenography in general is always
101-
appreciated. The app's icons are worked on at [TheaMorin/plover\_icons][].
101+
appreciated. The app's icons are worked on at [panathea/plover\_icons][].
102102
You may consider reimagining or reposing [Plover's mascot, Dolores][Mascot].
103103
- UX improvement suggestions are welcome. Plover runs on Windows, Mac,
104104
and Linux, and should be powerful but out of the way, which poses
@@ -137,7 +137,7 @@ Please follow through for your system:
137137
[Troubleshooting Common Issues]: https://plover.wiki/index.php/Troubleshooting_issues
138138
[Wiki]: https://plover.wiki
139139
[installation guide]: https://plover.wiki/index.php/Installation_Guide
140-
[TheaMorin/plover\_icons]: https://github.com/TheaMorin/plover_icons
140+
[panathea/plover\_icons]: https://github.com/panathea/plover_icons
141141
[Windows README]: https://github.com/openstenoproject/plover/blob/main/windows/README.md
142142
[Linux README]: https://github.com/openstenoproject/plover/blob/main/linux/README.md
143143
[macOS README]: https://github.com/openstenoproject/plover/blob/main/osx/README.md

news.d/bugfix/1792.ui.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update Thea's name and email.

plover/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
2525
Joshua Lifton
2626
Hesky Fisher
27-
Ted Morin
27+
Thea Morin
2828
Benoit Pierre
2929
Sammi Ta
3030
Martin Koerner

plover/machine/procat.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
# Copyright (c) 2016 Ted Morin
2-
# See LICENSE.txt for details.
3-
41
"""Thread-based monitoring of a ProCAT stenotype machine."""
52

63
import binascii

0 commit comments

Comments
 (0)