mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
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:
parent
46ea8dcf9c
commit
cb0d35a5f9
3
34.md
3
34.md
|
@ -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
|
["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
|
["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
|
["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.
|
Except `d`, all tags are optional.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user