mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Mention how about is not intended to mirror CONTRIBUTORS
https://github.com/ankitects/anki/pull/3750 https://github.com/ankitects/anki/pull/3575
This commit is contained in:
parent
06ef25755b
commit
5974f5df7e
1 changed files with 4 additions and 1 deletions
|
@ -79,7 +79,10 @@ def show(mw: aqt.AnkiQt) -> QDialog:
|
||||||
+ "</span>"
|
+ "</span>"
|
||||||
)
|
)
|
||||||
|
|
||||||
# automatically sorted; add new lines at the end
|
# Automatically sorted; add new lines at the end.
|
||||||
|
# This is a list of users who want to appear in the dialog, and includes people who have
|
||||||
|
# contributed in non-code ways, like providing support on the forums, so it cannot be
|
||||||
|
# generated from the CONTRIBUTORS file.
|
||||||
allusers = sorted(
|
allusers = sorted(
|
||||||
(
|
(
|
||||||
"Aaron Harsh",
|
"Aaron Harsh",
|
||||||
|
|
Loading…
Reference in a new issue