Skip to content

Commit 0b818d8

Browse files
committed
MNT: Update mailmap, zenodo
1 parent 3786ca8 commit 0b818d8

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

.mailmap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Matteo Visconti di Oleggio Castello <[email protected]>
2323
Mathias Goncalves <[email protected]>
2424
Mathias Goncalves <[email protected]> Mathias Goncalves <[email protected]>
2525
Michael Philipp Notter <[email protected]>
26+
Nick Guenther <[email protected]>
2627
Oscar Esteban <[email protected]>
2728
Steven Tilley II <[email protected]>
2829

.zenodo.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,10 @@
233233
"name": "Dickie, Erin W",
234234
"orcid": "0000-0003-3028-9864"
235235
},
236+
{
237+
"name": "Staph, Jason A.",
238+
"orcid": "0000-0002-5226-3350"
239+
},
236240
{
237241
"affiliation": "NIMH IRP",
238242
"name": "Lee, John A.",
@@ -251,6 +255,10 @@
251255
"name": "Notter, Michael Philipp",
252256
"orcid": "0000-0002-5866-047X"
253257
},
258+
{
259+
"affiliation": "Polytechnique Montr\u00e9al",
260+
"name": "Guenther, Nick"
261+
},
254262
{
255263
"affiliation": "Sainte-Anne Hospital Center, Universit\u00e9 Paris Descartes",
256264
"name": "Roca, Pauline",

tools/prep_zenodo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def decommify(name):
1313
# XXX We should add a shortlog since the most recent tag and explicitly note
1414
# that a blacklisted user has contributed again recently, and verify they still
1515
# do not want to be cited.
16-
blacklist = {'Cecile Madjar'}
16+
blacklist = {'Cecile Madjar', 'Matthew Wardrop', 'Peter Van Dyken'}
1717

1818
# List of repositories whose commits should be counted as contributions
1919
codependents = [('https://github.com/grabbles/grabbit.git', '0.2.6')]

0 commit comments

Comments
 (0)