Skip to content

Commit

Permalink
Merge pull request #262 from BlueBrain/wvangeit-patch-1
Browse files Browse the repository at this point in the history
Fix zenodo license
  • Loading branch information
wvangeit authored Jul 14, 2023
2 parents c5a96fd + 4ca05b1 commit 87b3aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"title" : "BluePyMM",
"license": "LGPLv3",
"license": "LGPL-3.0",
"upload_type": "software",
"description": "BluePyMM is a software built to do Cell Model Management (MM). It takes as input a morphology release, a circuit recipe and a set of e-models with some extra information. Next, it finds all possible (morphology, e-model)-combinations (me-combos) based on e-type, m-type, and layer as described by the circuit recipe, and calculates the scores for every combination. Finally, it writes out the resulting accepted me-combos to a database, and produces a report with information on the number of matches.",
"creators": [
Expand Down Expand Up @@ -40,4 +40,4 @@
"orcid": "0000-0001-6202-6175"
}
]
}
}

0 comments on commit 87b3aba

Please sign in to comment.