NIP-34: optional additional repo maintainers

can be used by clients to tag multiple maintainers in patches

helps clients identify whether multiple repo events for the same repository
are complementary or in competion
This commit is contained in:
DanConwayDev 2024-03-07 08:25:49 +00:00 committed by fiatjaf_
parent 46ea8dcf9c
commit cb0d35a5f9
1 changed files with 2 additions and 1 deletions

3
34.md
View File

@ -23,11 +23,12 @@ Git repositories are hosted in Git-enabled servers, but their existence can be a
["web", "<url for browsing>", ...], // a webpage url, if the git server being used provides such a thing
["clone", "<url for git-cloning>", ...], // a url to be given to `git clone` so anyone can clone it
["relays", "<relay-url>", ...] // relays that this repository will monitor for patches and issues
["maintainers", "<other-recognized-maintainer>", ...]
]
}
```
The tags `web`, `clone`, `relays` can have multiple values.
The tags `web`, `clone`, `relays`, `maintainers` can have multiple values.
Except `d`, all tags are optional.