Skip to content

Commit 129acb9

Browse files
committed
add Tomas to credit
1 parent 2682e87 commit 129acb9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/utils/printCreditsCppBids.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ function printCreditsCppBids(cfg)
3030
contributors = { ...
3131
'Rémi Gau', ...
3232
'Marco Barilari', ...
33-
'Ceren Battal'};
34-
33+
'Ceren Battal', ...
34+
'Tomas Lenc'};
35+
3536
DOI_URL = 'https://doi.org/10.5281/zenodo.4007674';
3637

3738
repoURL = 'https://github.com/cpp-lln-lab/CPP_BIDS';

0 commit comments

Comments
 (0)