diff --git a/README.md b/README.md index b4fbebd..b79ad63 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # HAVEN -[](./go.mod#L3) -[](https://github.com/bitvora/haven/releases/latest) +[](./go.mod#L3) +[](https://github.com/barrydeen/haven/releases/latest) [](./LICENSE) -[](https://github.com/bitvora/haven/actions/workflows/lint.yml) -[](https://goreportcard.com/report/github.com/bitvora/haven) +[](https://github.com/barrydeen/haven/actions/workflows/lint.yml) +[](https://goreportcard.com/report/github.com/barrydeen/haven) > [!IMPORTANT] -> HAVEN is considered feature complete and, going forward, Bitvora's repository will only receive bug fixes. +> HAVEN is considered feature complete and, going forward, Barry Deen's repository will only receive bug fixes. > See the announcement [here](https://jumble.social/notes/nevent1qvzqqqqqqypzpckv7l8jqspl8u4y54dn9rcduwlrs4v2040nxce0m2h0cunvrj8tqy88wumn8ghj7mn0wvhxcmmv9uq3wamnwvaz7tmjv4kxz7fwwpexjmtpdshxuet59uqzqnjwq82z3lq62mkalaxu2dlgnjxw2stcwxan9wl66s7eywwjljvqx0s8cp) HAVEN (High Availability Vault for Events on Nostr) is the most sovereign personal relay for the Nostr protocol, for @@ -60,7 +60,7 @@ for easy recovery. See [Backup Documentation](docs/backup.md) for more details. The easiest way to get started with Haven is to download pre-built binaries from our GitHub releases page: -**[Download Haven Releases](https://github.com/bitvora/haven/releases/)** +**[Download Haven Releases](https://github.com/barrydeen/haven/releases/)** #### Installation Steps: diff --git a/backup.go b/backup.go index 720576a..186e642 100644 --- a/backup.go +++ b/backup.go @@ -10,7 +10,7 @@ import ( "strings" "time" - "github.com/bitvora/haven/internal/cloud" + "github.com/barrydeen/haven/internal/cloud" ) func runBackup(ctx context.Context) { diff --git a/config.go b/config.go index af2721f..0a05c9f 100644 --- a/config.go +++ b/config.go @@ -69,7 +69,7 @@ type Config struct { S3Config *S3Config `json:"s3_config"` } -const relaySoftware = "https://github.com/bitvora/haven" +const relaySoftware = "https://github.com/barrydeen/haven" func loadConfig() Config { _ = godotenv.Load(".env") diff --git a/docs/build.md b/docs/build.md index 7b8a71a..4758878 100644 --- a/docs/build.md +++ b/docs/build.md @@ -33,7 +33,7 @@ sudo apt install build-essential` ### 1. Clone the repository ```bash -git clone https://github.com/bitvora/haven.git +git clone https://github.com/barrydeen/haven.git cd haven ``` diff --git a/docs/verify.md b/docs/verify.md index 347d91c..d19e566 100644 --- a/docs/verify.md +++ b/docs/verify.md @@ -7,7 +7,7 @@ This document provides instructions on how to verify the authenticity of Haven b The release binaries, along with `checksums.txt` and `checksums.txt.sig` files, can be downloaded from the official GitHub releases page: -[https://github.com/bitvora/haven/releases](https://github.com/bitvora/haven/releases) +[https://github.com/barrydeen/haven/releases](https://github.com/barrydeen/haven/releases) Download the appropriate binary for your system along with the checksum files. @@ -24,7 +24,7 @@ Before verifying the binaries, you need to obtain the Haven PGP keys. You can do 2. Directly from the Haven repository: ```bash - curl https://raw.githubusercontent.com/bitvora/haven/master/haven.asc -sSL | gpg --import - + curl https://raw.githubusercontent.com/barrydeen/haven/master/haven.asc -sSL | gpg --import - ``` ## Verifying the Checksums File diff --git a/go.mod b/go.mod index e9bef06..474ccd4 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/bitvora/haven +module github.com/barrydeen/haven go 1.24.1 diff --git a/import.go b/import.go index fb32f52..56e505c 100644 --- a/import.go +++ b/import.go @@ -14,7 +14,7 @@ import ( "github.com/fiatjaf/eventstore" "github.com/nbd-wtf/go-nostr" - "github.com/bitvora/haven/pkg/wot" + "github.com/barrydeen/haven/pkg/wot" ) const layout = "2006-01-02" diff --git a/main.go b/main.go index 80b5c2d..aa23e6a 100644 --- a/main.go +++ b/main.go @@ -14,7 +14,7 @@ import ( "github.com/nbd-wtf/go-nostr" "github.com/spf13/afero" - "github.com/bitvora/haven/pkg/wot" + "github.com/barrydeen/haven/pkg/wot" ) var ( diff --git a/policies.go b/policies.go index b640df9..58f00ae 100644 --- a/policies.go +++ b/policies.go @@ -4,7 +4,7 @@ import ( "context" "log/slog" - "github.com/bitvora/haven/pkg/wot" + "github.com/barrydeen/haven/pkg/wot" "github.com/fiatjaf/khatru" "github.com/nbd-wtf/go-nostr" ) diff --git a/templates/index.html b/templates/index.html index fd8d1dd..e3b73c3 100644 --- a/templates/index.html +++ b/templates/index.html @@ -65,7 +65,7 @@