summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzPlus <zplus@peers.community>2022-05-05 19:52:49 +0000
committerGogs <gogitservice@gmail.com>2022-05-05 19:52:49 +0000
commit8a99ec40d62877c0792e9cb5bf3f1c77c3a7af0c (patch)
tree03b921e8a65bf975c16b7851366268158a3faa5b
parent5e44b2bde356b3ea404330b4bba90fb2bfd33a89 (diff)
parenta56a19e5641e976e7e805211f01ae6b5b417f43e (diff)
Merge branch 'wip-repository' of dachary/forgefed into master
-rw-r--r--spec/modeling.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/modeling.md b/spec/modeling.md
index 6bc1284..7730b83 100644
--- a/spec/modeling.md
+++ b/spec/modeling.md
@@ -130,7 +130,8 @@ Properties:
* [type][]: ["Repository"][type-repository]
* [name][]: The user given name of the repository, e.g. "My cool repo"
* [attributedTo][]: The actor(s) in charge of the repository, e.g. a person or
- an organization
+ an organization; if their actor URI is unknown, it MAY be
+ their email address as a `mailto` URI
* [published][]: The time the repository was created on the server
* [summary][]: A one-line user provided description of the repository, as HTML,
e.g. "`<p>A command-line tool that does cool things</p>`"