upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2025-11-25 06:50:07 -0300
committerfiatjaf <fiatjaf@gmail.com>2025-11-25 06:50:07 -0300
commit614223dd2eabfc988e02ee89a0492403241041d3 (patch)
tree8810776c1954bae7a057ef894b5fd2d4e3152ebc
parentc45f504537326121a2cf8d6fd7d6558185c4e98d (diff)
nip34: personal fork tag change.nip34-things
-rw-r--r--34.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/34.md b/34.md
index d35c0eb..67c993d 100644
--- a/34.md
+++ b/34.md
@@ -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
13Git 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. 13Git 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}