Merge pull request #26 from Delta-Sierra/master

Change author name to 'Various'
pull/33/head
Alexandre Dulaunoy 2017-01-31 09:20:51 +01:00 committed by GitHub
commit 82d0d40567
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"authors": [
"authorname"
"Various"
],
"description": "Ransomware galaxy based on https://docs.google.com/spreadsheets/d/1TWS238xacAto-fLKh1n5uTsdijWdCEsGIM0Y0Hvmc5g/pubhtml",
"type": "ransomware",

View File

@ -64,7 +64,7 @@ if __name__ == '__main__':
for author in args.authors:
galaxy["authors"].append(author)
else:
galaxy["authors"] = ["authorname"]
galaxy["authors"] = ["Various"]
if args.source is not None:
galaxy["source"] = args.source