diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2025-11-25 06:50:07 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2025-11-25 06:50:07 -0300 |
| commit | 614223dd2eabfc988e02ee89a0492403241041d3 (patch) | |
| tree | 8810776c1954bae7a057ef894b5fd2d4e3152ebc | |
| parent | c45f504537326121a2cf8d6fd7d6558185c4e98d (diff) | |
nip34: personal fork tag change.nip34-things
| -rw-r--r-- | 34.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -10,7 +10,7 @@ This NIP defines all the ways code collaboration using and adjacent to [`git`](h | |||
| 10 | 10 | ||
| 11 | ## Repository announcements | 11 | ## Repository announcements |
| 12 | 12 | ||
| 13 | Git repositories are hosted in Git-enabled servers, but their existence can be announced using Nostr events. By doing so the author asserts themselves as a maintainer and expresses a willingness to receive patches, bug reports and comments in general, unless `t` tag `personal-fork` is included. | 13 | Git repositories are hosted in Git-enabled servers, but their existence can be announced using Nostr events. By doing so the author asserts themselves as a maintainer and expresses a willingness to receive patches, bug reports and comments in general, unless tag `personal-fork` is included (in which case these repositories should be treated as temporary and created only such that they could be used to open a pull request to some other repository). |
| 14 | 14 | ||
| 15 | ```jsonc | 15 | ```jsonc |
| 16 | { | 16 | { |
| @@ -25,7 +25,7 @@ Git repositories are hosted in Git-enabled servers, but their existence can be a | |||
| 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 | ["r", "<earliest-unique-commit-id>", "euc"], | 26 | ["r", "<earliest-unique-commit-id>", "euc"], |
| 27 | ["maintainers", "<other-recognized-maintainer>", ...], | 27 | ["maintainers", "<other-recognized-maintainer>", ...], |
| 28 | ["t","personal-fork"], // optionally indicate author isn't a maintainer | 28 | ["personal-fork"], // optionally indicate author isn't a maintainer |
| 29 | ["t", "<arbitrary string>"], // hashtags labelling the repository | 29 | ["t", "<arbitrary string>"], // hashtags labelling the repository |
| 30 | ] | 30 | ] |
| 31 | } | 31 | } |