upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/repo_ref.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repo_ref.rs b/src/repo_ref.rs
index a5b35c9..d12c681 100644
--- a/src/repo_ref.rs
+++ b/src/repo_ref.rs
@@ -68,7 +68,7 @@ impl TryFrom<nostr::Event> for RepoRef {
68 Ok(r) 68 Ok(r)
69 } 69 }
70} 70}
71static REPO_REF_KIND: u64 = 300_317; 71static REPO_REF_KIND: u64 = 30_317;
72 72
73impl RepoRef { 73impl RepoRef {
74 pub fn to_event(&self, keys: &nostr::Keys) -> Result<nostr::Event> { 74 pub fn to_event(&self, keys: &nostr::Keys) -> Result<nostr::Event> {