upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--34.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/34.md b/34.md
index 7eea92b..bb7e3ee 100644
--- a/34.md
+++ b/34.md
@@ -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
30The tags `web`, `clone`, `relays` can have multiple values. 31The tags `web`, `clone`, `relays`, `maintainers` can have multiple values.
31 32
32Except `d`, all tags are optional. 33Except `d`, all tags are optional.
33 34