upleb.uk

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

summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorDanConwayDev <DanConwayDev@protonmail.com>2024-11-28 16:59:45 +0000
committerDanConwayDev <DanConwayDev@protonmail.com>2024-11-28 16:59:45 +0000
commit6bcac672e04cb316de1f952c08b07937c7db3cc6 (patch)
tree351088a937e0d06e87ffe109c565489bf8c16ce2 /src/lib
parent9bee5f12efa5ed751468c68073c9122e12c22b5f (diff)
feat(push): update repo ann with maintainers.yaml
update the repo announcement event based on any updates to maintainers.yaml that are included in commits pushed to 'main' or 'master'
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/repo_ref.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/repo_ref.rs b/src/lib/repo_ref.rs
index 8319c78..aa7a1d2 100644
--- a/src/lib/repo_ref.rs
+++ b/src/lib/repo_ref.rs
@@ -20,7 +20,7 @@ use crate::{
20 git::{nostr_url::NostrUrlDecoded, Repo, RepoActions}, 20 git::{nostr_url::NostrUrlDecoded, Repo, RepoActions},
21}; 21};
22 22
23#[derive(Default)] 23#[derive(Default, Clone)]
24pub struct RepoRef { 24pub struct RepoRef {
25 pub name: String, 25 pub name: String,
26 pub description: String, 26 pub description: String,