Skip to content

Commit

Permalink
Change owner in repository links from ehennestad to openMetadataIniti…
Browse files Browse the repository at this point in the history
…ative
  • Loading branch information
ehennestad committed Sep 29, 2024
1 parent 3d2e670 commit 7678860
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
command: addpath(genpath("dev")), testToolbox('ReportSubdirectory',"${{ matrix.MATLABVersion }}")

# Upload code coverage information to Codecov
- name: Upload code coverage report to Codecov (https://app.codecov.io/gh/ehennestad/openMINDS_MATLAB)
- name: Upload code coverage report to Codecov (https://app.codecov.io/gh/openMetadataInitiative/openMINDS_MATLAB)
uses: codecov/codecov-action@v4
if: always()
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# git push returns error code 1 if there's nothing to push (which there often isn't in this case)
git push || true
- name: Upload code coverage report to Codecov (https://app.codecov.io/gh/ehennestad/openMINDS_MATLAB)
- name: Upload code coverage report to Codecov (https://app.codecov.io/gh/openMetadataInitiative/openMINDS_MATLAB)
uses: codecov/codecov-action@v4
if: always()
with:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
[![Version Number](https://img.shields.io/github/v/release/openMetadataInitiative/openMINDS_MATLAB?label=version)](https://github.com/openMetadataInitiative/openMINDS_MATLAB/releases/latest)
[![Open in MATLAB Online](https://www.mathworks.com/images/responsive/global/open-in-matlab-online.svg)](https://matlab.mathworks.com/open/github/v1?repo=openMetadataInitiative/openMINDS_MATLAB&file=code/gettingStarted.mlx)
[![View openMINDS_MATLAB on File Exchange](https://www.mathworks.com/matlabcentral/images/matlab-file-exchange.svg)](https://se.mathworks.com/matlabcentral/fileexchange/134212-openminds_matlab)
![MATLAB Tests](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fehennestad%2FopenMINDS_MATLAB%2Fmain%2Fdocs%2Freports%2Fbadge%2Ftests.json)
[![codecov](https://codecov.io/gh/ehennestad/openMINDS_MATLAB/graph/badge.svg?token=FTD5FHZSFA)](https://codecov.io/gh/ehennestad/openMINDS_MATLAB)
![MATLAB Code Issues](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2Fehennestad%2FopenMINDS_MATLAB%2Fmain%2Fdocs%2Freports%2Fbadge%2Fcode_issues.json)
![MATLAB Tests](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FopenMetadataInitiative%2FopenMINDS_MATLAB%2Fmain%2Fdocs%2Freports%2Fbadge%2Ftests.json)
[![codecov](https://codecov.io/gh/openMetadataInitiative/openMINDS_MATLAB/graph/badge.svg?token=FTD5FHZSFA)](https://codecov.io/gh/openMetadataInitiative/openMINDS_MATLAB)
![MATLAB Code Issues](https://img.shields.io/endpoint?url=https%3A%2F%2Fraw.githubusercontent.com%2FopenMetadataInitiative%2FopenMINDS_MATLAB%2Fmain%2Fdocs%2Freports%2Fbadge%2Fcode_issues.json)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://gitHub.com/openMetadataInitiative/openMINDS_MATLAB/graphs/commit-activity)

MATLAB package for the openMINDS metadata framework for linked data in neuroscience. The package contains all the latest openMINDS schemas as MATLAB classes in addition to schema base classes and utility methods.
Expand Down
2 changes: 1 addition & 1 deletion code/Contents.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
% openMINDS Metadata Models
% Version 0.9.3 (R2021b+) 29-Sep-2024
% Version 0.9.2 (R2022b) 04-09-2024
%
% Copyright (c) 2024, openMetadataInitiative
% ------------------------------------------

0 comments on commit 7678860

Please sign in to comment.