diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-07 08:25:49 +0000 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2024-04-17 17:46:34 -0300 |
| commit | cb0d35a5f9f1b88a270f7fbbfbdb97e095e28d56 (patch) | |
| tree | a8f82cbf38a2df0516b00b9ed45e9c7facb5d7d4 | |
| parent | 46ea8dcf9cedd1f64e9444b70ac0ed24e40bbe1a (diff) | |
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
| -rw-r--r-- | 34.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -23,11 +23,12 @@ Git repositories are hosted in Git-enabled servers, but their existence can be a | |||
| 23 | ["web", "<url for browsing>", ...], // a webpage url, if the git server being used provides such a thing | 23 | ["web", "<url for browsing>", ...], // a webpage url, if the git server being used provides such a thing |
| 24 | ["clone", "<url for git-cloning>", ...], // a url to be given to `git clone` so anyone can clone it | 24 | ["clone", "<url for git-cloning>", ...], // a url to be given to `git clone` so anyone can clone it |
| 25 | ["relays", "<relay-url>", ...] // relays that this repository will monitor for patches and issues | 25 | ["relays", "<relay-url>", ...] // relays that this repository will monitor for patches and issues |
| 26 | ["maintainers", "<other-recognized-maintainer>", ...] | ||
| 26 | ] | 27 | ] |
| 27 | } | 28 | } |
| 28 | ``` | 29 | ``` |
| 29 | 30 | ||
| 30 | The tags `web`, `clone`, `relays` can have multiple values. | 31 | The tags `web`, `clone`, `relays`, `maintainers` can have multiple values. |
| 31 | 32 | ||
| 32 | Except `d`, all tags are optional. | 33 | Except `d`, all tags are optional. |
| 33 | 34 | ||