From 5151f5d04d8c49f98346b7e548048fb028b846b8 Mon Sep 17 00:00:00 2001
From: Awiteb
Date: Mon, 29 Sep 2025 08:28:01 +0000
Subject: [PATCH] chore: typo in the license description
Signed-off-by: Awiteb
---
src/cli/commands/config/bunker.rs | 2 +-
src/cli/commands/config/keyring.rs | 2 +-
src/cli/commands/config/mod.rs | 2 +-
src/cli/commands/config/nip07.rs | 2 +-
src/cli/commands/config/pow.rs | 2 +-
src/cli/commands/config/relays.rs | 2 +-
src/cli/commands/issue/close.rs | 2 +-
src/cli/commands/issue/list.rs | 2 +-
src/cli/commands/issue/mod.rs | 2 +-
src/cli/commands/issue/new.rs | 2 +-
src/cli/commands/issue/reopen.rs | 2 +-
src/cli/commands/issue/resolve.rs | 2 +-
src/cli/commands/issue/view.rs | 2 +-
src/cli/commands/mod.rs | 2 +-
src/cli/commands/patch/apply.rs | 2 +-
src/cli/commands/patch/close.rs | 2 +-
src/cli/commands/patch/draft.rs | 2 +-
src/cli/commands/patch/fetch.rs | 2 +-
src/cli/commands/patch/list.rs | 2 +-
src/cli/commands/patch/merge.rs | 2 +-
src/cli/commands/patch/mod.rs | 2 +-
src/cli/commands/patch/reopen.rs | 2 +-
src/cli/commands/patch/send.rs | 2 +-
src/cli/commands/patch/tests.rs | 2 +-
src/cli/commands/pr/apply.rs | 2 +-
src/cli/commands/pr/close.rs | 2 +-
src/cli/commands/pr/draft.rs | 2 +-
src/cli/commands/pr/list.rs | 2 +-
src/cli/commands/pr/merge.rs | 2 +-
src/cli/commands/pr/mod.rs | 2 +-
src/cli/commands/pr/new.rs | 2 +-
src/cli/commands/pr/reopen.rs | 2 +-
src/cli/commands/pr/update.rs | 2 +-
src/cli/commands/pr/view.rs | 2 +-
src/cli/commands/reply.rs | 2 +-
src/cli/commands/repo/announce.rs | 2 +-
src/cli/commands/repo/mod.rs | 2 +-
src/cli/commands/repo/state.rs | 2 +-
src/cli/commands/repo/view.rs | 2 +-
src/cli/commands/sets/mod.rs | 2 +-
src/cli/commands/sets/new.rs | 2 +-
src/cli/commands/sets/remove.rs | 2 +-
src/cli/commands/sets/show.rs | 2 +-
src/cli/commands/sets/update.rs | 2 +-
src/cli/common_commands.rs | 2 +-
src/cli/config.rs | 2 +-
src/cli/defaults.rs | 2 +-
src/cli/macros.rs | 2 +-
src/cli/mod.rs | 2 +-
src/cli/options_state.rs | 2 +-
src/cli/parsers.rs | 2 +-
src/cli/traits.rs | 2 +-
src/cli/types.rs | 2 +-
src/cli/utils.rs | 2 +-
src/error.rs | 2 +-
src/main.rs | 2 +-
src/nostr_keyring.rs | 2 +-
src/nostr_utils/mod.rs | 2 +-
src/nostr_utils/traits.rs | 2 +-
src/nostr_utils/utils.rs | 2 +-
60 files changed, 60 insertions(+), 60 deletions(-)
diff --git a/src/cli/commands/config/bunker.rs b/src/cli/commands/config/bunker.rs
index 0f02a92..480586c 100644
--- a/src/cli/commands/config/bunker.rs
+++ b/src/cli/commands/config/bunker.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/config/keyring.rs b/src/cli/commands/config/keyring.rs
index a51223d..f5406bd 100644
--- a/src/cli/commands/config/keyring.rs
+++ b/src/cli/commands/config/keyring.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/config/mod.rs b/src/cli/commands/config/mod.rs
index 8b81c31..d2e67ea 100644
--- a/src/cli/commands/config/mod.rs
+++ b/src/cli/commands/config/mod.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/config/nip07.rs b/src/cli/commands/config/nip07.rs
index 3751224..b0ed5bd 100644
--- a/src/cli/commands/config/nip07.rs
+++ b/src/cli/commands/config/nip07.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/config/pow.rs b/src/cli/commands/config/pow.rs
index 9655498..ba22efb 100644
--- a/src/cli/commands/config/pow.rs
+++ b/src/cli/commands/config/pow.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/config/relays.rs b/src/cli/commands/config/relays.rs
index 3e4d23f..abfc0fa 100644
--- a/src/cli/commands/config/relays.rs
+++ b/src/cli/commands/config/relays.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/issue/close.rs b/src/cli/commands/issue/close.rs
index 27a276e..e2a99cc 100644
--- a/src/cli/commands/issue/close.rs
+++ b/src/cli/commands/issue/close.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/issue/list.rs b/src/cli/commands/issue/list.rs
index 9bf2f54..11aab59 100644
--- a/src/cli/commands/issue/list.rs
+++ b/src/cli/commands/issue/list.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/issue/mod.rs b/src/cli/commands/issue/mod.rs
index bb43a88..3bcc39a 100644
--- a/src/cli/commands/issue/mod.rs
+++ b/src/cli/commands/issue/mod.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/issue/new.rs b/src/cli/commands/issue/new.rs
index 09f7582..45649a7 100644
--- a/src/cli/commands/issue/new.rs
+++ b/src/cli/commands/issue/new.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/issue/reopen.rs b/src/cli/commands/issue/reopen.rs
index 1db9677..75d333a 100644
--- a/src/cli/commands/issue/reopen.rs
+++ b/src/cli/commands/issue/reopen.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/issue/resolve.rs b/src/cli/commands/issue/resolve.rs
index 9d95e01..771d8f1 100644
--- a/src/cli/commands/issue/resolve.rs
+++ b/src/cli/commands/issue/resolve.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/issue/view.rs b/src/cli/commands/issue/view.rs
index 8512844..bdec41c 100644
--- a/src/cli/commands/issue/view.rs
+++ b/src/cli/commands/issue/view.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/mod.rs b/src/cli/commands/mod.rs
index 77a73b8..76887b8 100644
--- a/src/cli/commands/mod.rs
+++ b/src/cli/commands/mod.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/patch/apply.rs b/src/cli/commands/patch/apply.rs
index 5213d0b..eaa702c 100644
--- a/src/cli/commands/patch/apply.rs
+++ b/src/cli/commands/patch/apply.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/patch/close.rs b/src/cli/commands/patch/close.rs
index 55cfb89..1bae295 100644
--- a/src/cli/commands/patch/close.rs
+++ b/src/cli/commands/patch/close.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/patch/draft.rs b/src/cli/commands/patch/draft.rs
index b054aaf..3073874 100644
--- a/src/cli/commands/patch/draft.rs
+++ b/src/cli/commands/patch/draft.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/patch/fetch.rs b/src/cli/commands/patch/fetch.rs
index e9cf8be..f9c6c7f 100644
--- a/src/cli/commands/patch/fetch.rs
+++ b/src/cli/commands/patch/fetch.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/patch/list.rs b/src/cli/commands/patch/list.rs
index 9f38efa..6a4a100 100644
--- a/src/cli/commands/patch/list.rs
+++ b/src/cli/commands/patch/list.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/patch/merge.rs b/src/cli/commands/patch/merge.rs
index 59fbd2d..3a384ef 100644
--- a/src/cli/commands/patch/merge.rs
+++ b/src/cli/commands/patch/merge.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/patch/mod.rs b/src/cli/commands/patch/mod.rs
index 91e96b8..15bae37 100644
--- a/src/cli/commands/patch/mod.rs
+++ b/src/cli/commands/patch/mod.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/patch/reopen.rs b/src/cli/commands/patch/reopen.rs
index 40ac1f3..21248f6 100644
--- a/src/cli/commands/patch/reopen.rs
+++ b/src/cli/commands/patch/reopen.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/patch/send.rs b/src/cli/commands/patch/send.rs
index c8df6bc..2910145 100644
--- a/src/cli/commands/patch/send.rs
+++ b/src/cli/commands/patch/send.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/patch/tests.rs b/src/cli/commands/patch/tests.rs
index dae5717..f4786b6 100644
--- a/src/cli/commands/patch/tests.rs
+++ b/src/cli/commands/patch/tests.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/pr/apply.rs b/src/cli/commands/pr/apply.rs
index 78a5094..5c351be 100644
--- a/src/cli/commands/pr/apply.rs
+++ b/src/cli/commands/pr/apply.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/pr/close.rs b/src/cli/commands/pr/close.rs
index c425a15..a2f1a27 100644
--- a/src/cli/commands/pr/close.rs
+++ b/src/cli/commands/pr/close.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/pr/draft.rs b/src/cli/commands/pr/draft.rs
index 78950e2..a216087 100644
--- a/src/cli/commands/pr/draft.rs
+++ b/src/cli/commands/pr/draft.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/pr/list.rs b/src/cli/commands/pr/list.rs
index 77cd91c..43fd664 100644
--- a/src/cli/commands/pr/list.rs
+++ b/src/cli/commands/pr/list.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/pr/merge.rs b/src/cli/commands/pr/merge.rs
index 58c271c..0e8d48f 100644
--- a/src/cli/commands/pr/merge.rs
+++ b/src/cli/commands/pr/merge.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/pr/mod.rs b/src/cli/commands/pr/mod.rs
index 381b70f..495c436 100644
--- a/src/cli/commands/pr/mod.rs
+++ b/src/cli/commands/pr/mod.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/pr/new.rs b/src/cli/commands/pr/new.rs
index 3fdbdea..95c648b 100644
--- a/src/cli/commands/pr/new.rs
+++ b/src/cli/commands/pr/new.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/pr/reopen.rs b/src/cli/commands/pr/reopen.rs
index 08b4a9c..aee93ae 100644
--- a/src/cli/commands/pr/reopen.rs
+++ b/src/cli/commands/pr/reopen.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/pr/update.rs b/src/cli/commands/pr/update.rs
index 21ef3d0..3f4fd61 100644
--- a/src/cli/commands/pr/update.rs
+++ b/src/cli/commands/pr/update.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/pr/view.rs b/src/cli/commands/pr/view.rs
index 399bf20..97a364f 100644
--- a/src/cli/commands/pr/view.rs
+++ b/src/cli/commands/pr/view.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/reply.rs b/src/cli/commands/reply.rs
index 6f123de..f0b8d47 100644
--- a/src/cli/commands/reply.rs
+++ b/src/cli/commands/reply.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/repo/announce.rs b/src/cli/commands/repo/announce.rs
index 2d124d6..784ea39 100644
--- a/src/cli/commands/repo/announce.rs
+++ b/src/cli/commands/repo/announce.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/repo/mod.rs b/src/cli/commands/repo/mod.rs
index 7389a00..d5b14de 100644
--- a/src/cli/commands/repo/mod.rs
+++ b/src/cli/commands/repo/mod.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/repo/state.rs b/src/cli/commands/repo/state.rs
index b3f81ca..62c056d 100644
--- a/src/cli/commands/repo/state.rs
+++ b/src/cli/commands/repo/state.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/repo/view.rs b/src/cli/commands/repo/view.rs
index 3434b6f..6a78155 100644
--- a/src/cli/commands/repo/view.rs
+++ b/src/cli/commands/repo/view.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/sets/mod.rs b/src/cli/commands/sets/mod.rs
index f6863cb..5357954 100644
--- a/src/cli/commands/sets/mod.rs
+++ b/src/cli/commands/sets/mod.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/sets/new.rs b/src/cli/commands/sets/new.rs
index 84821ea..38186eb 100644
--- a/src/cli/commands/sets/new.rs
+++ b/src/cli/commands/sets/new.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/sets/remove.rs b/src/cli/commands/sets/remove.rs
index 3460c05..f482744 100644
--- a/src/cli/commands/sets/remove.rs
+++ b/src/cli/commands/sets/remove.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/sets/show.rs b/src/cli/commands/sets/show.rs
index f2268aa..f6bafef 100644
--- a/src/cli/commands/sets/show.rs
+++ b/src/cli/commands/sets/show.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/commands/sets/update.rs b/src/cli/commands/sets/update.rs
index d71bcba..8797b17 100644
--- a/src/cli/commands/sets/update.rs
+++ b/src/cli/commands/sets/update.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/common_commands.rs b/src/cli/common_commands.rs
index 1e11bfa..bcfc95a 100644
--- a/src/cli/common_commands.rs
+++ b/src/cli/common_commands.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/config.rs b/src/cli/config.rs
index d9bab92..d9d1ddf 100644
--- a/src/cli/config.rs
+++ b/src/cli/config.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/defaults.rs b/src/cli/defaults.rs
index e6ba0bf..5f327f1 100644
--- a/src/cli/defaults.rs
+++ b/src/cli/defaults.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/macros.rs b/src/cli/macros.rs
index 5f69c00..cfa40e9 100644
--- a/src/cli/macros.rs
+++ b/src/cli/macros.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/mod.rs b/src/cli/mod.rs
index 6a6954e..65a6807 100644
--- a/src/cli/mod.rs
+++ b/src/cli/mod.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/options_state.rs b/src/cli/options_state.rs
index 9b5521c..0e5eb61 100644
--- a/src/cli/options_state.rs
+++ b/src/cli/options_state.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/parsers.rs b/src/cli/parsers.rs
index 02743ee..457b9b2 100644
--- a/src/cli/parsers.rs
+++ b/src/cli/parsers.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/traits.rs b/src/cli/traits.rs
index 2b3bbef..7ed6c77 100644
--- a/src/cli/traits.rs
+++ b/src/cli/traits.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/types.rs b/src/cli/types.rs
index 3944006..2ca56db 100644
--- a/src/cli/types.rs
+++ b/src/cli/types.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/cli/utils.rs b/src/cli/utils.rs
index c7d9508..6689afa 100644
--- a/src/cli/utils.rs
+++ b/src/cli/utils.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/error.rs b/src/error.rs
index 8b0a7b2..b870b54 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/main.rs b/src/main.rs
index cd15cd9..eb2f7c2 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/nostr_keyring.rs b/src/nostr_keyring.rs
index 4469f73..c0f3be4 100644
--- a/src/nostr_keyring.rs
+++ b/src/nostr_keyring.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/nostr_utils/mod.rs b/src/nostr_utils/mod.rs
index daa3cef..ec0a019 100644
--- a/src/nostr_utils/mod.rs
+++ b/src/nostr_utils/mod.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/nostr_utils/traits.rs b/src/nostr_utils/traits.rs
index c263dad..4ae9f86 100644
--- a/src/nostr_utils/traits.rs
+++ b/src/nostr_utils/traits.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify
diff --git a/src/nostr_utils/utils.rs b/src/nostr_utils/utils.rs
index 2f3b6d9..16705bb 100644
--- a/src/nostr_utils/utils.rs
+++ b/src/nostr_utils/utils.rs
@@ -1,4 +1,4 @@
-// n34 - A CLI to interact with NIP-34 and other stuff related to codes in nostr
+// n34 - A CLI to interact with NIP-34 and other stuff related to code in Nostr
// Copyright (C) 2025 Awiteb
//
// This program is free software: you can redistribute it and/or modify