Skip to content

Commit

Permalink
Merge pull request #944 from NeurodataWithoutBorders/array_license
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Nov 13, 2024
2 parents 8c81820 + c6e9f60 commit cbb15f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export function createDandiset(results = {}) {

const metadata = {
description: form.resolved.description,
license: form.resolved.license,
license: [form.resolved.license],
};

if (form.resolved.nih_award_number) {
Expand Down

0 comments on commit cbb15f0

Please sign in to comment.