mirror of
https://github.com/MISP/misp-galaxy.git
synced 2024-11-22 23:07:19 +00:00
fix: [tmss] remove duplicate author entry
This commit is contained in:
parent
1114e7a67c
commit
819b177278
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"authors": [
|
||||
"Microsoft",
|
||||
"Microsoft",
|
||||
"Evgeny Bogokovsky",
|
||||
"Ram Pliskin"
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue