Skip to content

Commit 62e49a5

Browse files
authored
Merge pull request #539 from 2color/add-bluesky
add bluesky
2 parents c08aefb + fb0b1f2 commit 62e49a5

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"license": "",
1111
"private": true,
1212
"dependencies": {
13-
"spec-generator": "^1.7.0"
13+
"spec-generator": "^1.8.1"
1414
}
1515
}

src/architecture/principles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ editors:
1111
email: robin@berjon.com
1212
url: https://berjon.com/
1313
github: darobin
14-
twitter: robinberjon
14+
bluesky: robin.berjon.com
1515
affiliation:
1616
name: IPFS Foundation
1717
url: https://ipfsfoundation.org/

src/cid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ editors:
1414
email: robin@berjon.com
1515
url: https://berjon.com/
1616
github: darobin
17-
twitter: robinberjon
17+
bluesky: robin.berjon.com
1818
affiliation:
1919
name: IPFS Foundation
2020
url: https://ipfsfoundation.org/

src/meta/spec-for-specs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ editors:
1010
email: robin@berjon.com
1111
url: https://berjon.com/
1212
github: darobin
13-
twitter: robinberjon
1413
mastodon: "@robin@mastodon.social"
14+
bluesky: robin.berjon.com
1515
affiliation:
1616
name: Protocol Labs
1717
url: https://protocol.ai/
@@ -61,8 +61,8 @@ editors:
6161
email: robin@berjon.com
6262
url: https://berjon.com/
6363
github: darobin
64-
twitter: robinberjon
6564
mastodon: "@robin@mastodon.social"
65+
bluesky: robin.berjon.com
6666
affiliation:
6767
name: Protocol Labs
6868
url: https://protocol.ai/
@@ -80,9 +80,9 @@ it SHOULD include a `description` field with the description of the specificatio
8080

8181
The :ref[frontmatter] MUST also contain an `editors` field, which is an array of objects describing people
8282
who are responsible for editing this given :ref[spec]. The `editors` field MUST contain at least one
83-
person. The fields that describe a person are `name`, `email`, `url`, `github`, `twitter`, `mastodon`,
84-
and `affiliation` which is in turn an object with fields `name` and `url`. Each person as well as the
85-
affiliation MUST have a `name`; every other field is OPTIONAL.
83+
person. The fields that describe a person are `name`, `email`, `url`, `github`, `mastodon`, `twitter`,
84+
`bluesky`, and `affiliation` which is in turn an object with fields `name` and `url`.
85+
Each person as well as the affiliation MUST have a `name`; every other field is OPTIONAL.
8686

8787
The `xref` field exemplified above is described in the [references](#refs) section.
8888

0 commit comments

Comments
 (0)