Replies: 3 comments 3 replies
-
I believe it should be a webpage for viewing a Git repository, not something cloneable like an SSH URL |
Beta Was this translation helpful? Give feedback.
0 replies
-
Originally I was thinking it would just be a cloneable url. But now I'm not so sure it should be in the NIP at all at. I think we should ignore this tag until we decide if git integration is something that integrates well with kind 1337 events. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
nips/C0.md
Line 24 in f901014
Is it a URL, or can it be a string, such as
"nostr-protocol/nips"
? Also, what exactly is it a repository? A Git repository?If it is a URL, does it have to be a webpage for viewing, or can it also be an SSH URL like
"ssh://[email protected]/nostr/nips"
? If SSH is allowed, can we use the widely-used scp-like syntax in Git, such as"[email protected]:nostr/nips"
?Beta Was this translation helpful? Give feedback.
All reactions