Skip to content

Commit 5152064

Browse files
authored
fix: update pc-yml to 0.7 in tutorial (#841)
* fix: update pc-yml to 0.7 in tutorial * add changeset
1 parent 2448644 commit 5152064

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/new-rivers-wonder.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@developer-overheid-nl/website": patch
3+
---
4+
5+
Update pc.yml standaard pagina naar 0.7

docs/open-source/standaarden/publiccode-yml.mdx

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Je voegt de `publiccode.yml` toe in de root (`./`) van je project.
2929
# metadata file that makes public software easily discoverable.
3030
# More info at https://github.com/publiccodeyml/publiccode.yml
3131

32-
publiccodeYmlVersion: "0.5"
32+
publiccodeYmlVersion: "0.7"
3333

3434
# Dit veld bevat de korte naam van het project. Kies hier de naam waaronder het
3535
# project bekend is bij de meeste mensen.
@@ -74,7 +74,7 @@ description:
7474
inzichtelijk welke API's er beschikbaar zijn in het publieke landschap.
7575
Tevens kan je hier per API de informatie vinden die je nodig hebt om met
7676
de API aan de slag te gaan.
77-
77+
7878
Ook biedt het platform inzicht in welke open source software projecten er
7979
beschikbaar zijn in het publieke landschap. Per project krijgt de
8080
gebruiker inzicht in de vitaliteit van de repository en andere waardevolle
@@ -121,13 +121,9 @@ maintenance:
121121

122122
# Wie kan ik bereiken bij vragen?
123123
contacts:
124-
- name: Dimitri van Hees
125-
email: d.vanhees@geonovum.nl
126-
affiliation: Geonovum
127-
- name: Tom Ootes
128-
email: tom@ootes.io
124+
- name: Developer.overheid.nl
125+
email: developer.overheid@geonovum.nl
129126
affiliation: Geonovum
130-
phone: "+31623447230"
131127
```
132128
133129
- [Voorbeelden uit de documentatie van de standaard](https://yml.publiccode.tools/example.html)

0 commit comments

Comments
 (0)