Skip to content

Commit

Permalink
EBR-30 Update the license link in codemeta.json and servicemeta.json
Browse files Browse the repository at this point in the history
  • Loading branch information
liadomide committed Jun 21, 2024
1 parent 18efe6f commit e52f578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@context": "https://gitlab.ebrains.eu/lauramble/servicemeta/-/raw/main/data/contexts/servicemeta.jsonld",
"type": "SoftwareSourceCode",
"name": "The Virtual Brain Web-App",
"license": "https://spdx.org/licenses/GPL-3.0+",
"license": "https://spdx.org/licenses/GPL-3.0-or-later.html",
"codeRepository": "/~https://github.com/the-virtual-brain/tvb-root/",
"documentation": "https://docs.thevirtualbrain.org/",
"downloadUrl": "https://www.thevirtualbrain.org/tvb/zwei/brainsimulator-software",
Expand Down
2 changes: 1 addition & 1 deletion tvb_framework/tvb/interfaces/web/servicemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"@context": "https://gitlab.ebrains.eu/lauramble/servicemeta/-/raw/main/data/contexts/servicemeta.jsonld",
"type": "WebApplication",
"name": "The Virtual Brain Web-App",
"license": "https://spdx.org/licenses/GPL-3.0+",
"license": "https://spdx.org/licenses/GPL-3.0-or-later.html",
"codeRepository": "/~https://github.com/the-virtual-brain/tvb-root/",
"documentation": "https://docs.thevirtualbrain.org/",
"downloadUrl": "https://www.thevirtualbrain.org/tvb/zwei/brainsimulator-software",
Expand Down

0 comments on commit e52f578

Please sign in to comment.