fix: [tmss] remove duplicate author entry

pull/950/head
Christophe Vandeplas 2024-03-18 10:44:09 +01:00
parent 1114e7a67c
commit 819b177278
No known key found for this signature in database
GPG Key ID: BDC48619FFDC5A5B
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
{
"authors": [
"Microsoft",
"Microsoft",
"Evgeny Bogokovsky",
"Ram Pliskin"

View File

@ -132,7 +132,7 @@ json_cluster = {
'version': 1
}
# add authors based on the Acknowledgements page
authors = ('Microsoft', 'Evgeny Bogokovsky', 'Ram Pliskin')
authors = ('Evgeny Bogokovsky', 'Ram Pliskin')
for author in authors:
json_cluster['authors'].append(author)