diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/repo_ref.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/repo_ref.rs b/src/repo_ref.rs index 426640f..8b34d2b 100644 --- a/src/repo_ref.rs +++ b/src/repo_ref.rs | |||
| @@ -85,6 +85,8 @@ impl TryFrom<nostr::Event> for RepoRef { | |||
| 85 | .context("invalid repository event")?, | 85 | .context("invalid repository event")?, |
| 86 | ); | 86 | ); |
| 87 | } | 87 | } |
| 88 | } else { | ||
| 89 | r.maintainers = vec![event.pubkey]; | ||
| 88 | } | 90 | } |
| 89 | 91 | ||
| 90 | Ok(r) | 92 | Ok(r) |