From 4ca05b112a59a75c70e60f72c9c83018b8932355 Mon Sep 17 00:00:00 2001 From: Werner Van Geit Date: Fri, 14 Jul 2023 09:23:29 +0200 Subject: [PATCH] Fix zenodo license --- .zenodo.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zenodo.json b/.zenodo.json index d0553d5..6552e27 100644 --- a/.zenodo.json +++ b/.zenodo.json @@ -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": [ @@ -40,4 +40,4 @@ "orcid": "0000-0001-6202-6175" } ] -} \ No newline at end of file +}