Skip to content

Commit 8ef7704

Browse files
committed
meta
1 parent 53fdc33 commit 8ef7704

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ Compilers not currently working:
7676
---
7777

7878
We welcome [contributions](https://github.com/geospace-code/.github/blob/main/CONTRIBUTING.md).
79-
In general we hold to the geospace-code [code of conduct](https://github.com/geospace-code/.github/blob/main/CODE_OF_CONDUCT.md).
8079

8180
## Build
8281

codemeta.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
2-
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
2+
"@context": "https://doi.org/10.5063/schema/codemeta-3.0",
33
"@type": "SoftwareSourceCode",
44
"codeRepository": "https://github.com/geospace-code/h5fortran",
5-
"contIntegration": "https://github.com/geospace-code/h5fortran/actions",
6-
"dateModified": "2022-07-20",
5+
"continuousIntegration": "https://github.com/geospace-code/h5fortran/actions",
76
"downloadUrl": "https://github.com/geospace-code/h5fortran/releases",
87
"issueTracker": "https://github.com/geospace-code/h5fortran/issues",
98
"name": "h5fortran",
@@ -24,10 +23,8 @@
2423
],
2524
"author": [
2625
{
27-
"@type": "Person",
28-
"@id": "https://orcid.org/0000-0002-1637-6526",
29-
"givenName": "Michael",
30-
"familyName": "Hirsch"
26+
"@type": "Organization",
27+
"name": "SciVision"
3128
}
3229
]
3330
}

0 commit comments

Comments
 (0)