Skip to content

Commit

Permalink
chore: rename to enr-1
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Aug 30, 2024
1 parent 2a84e9a commit 6d5ff41
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "nostr-relay-nestjs",
"name": "enr-1",
"version": "2.1.1",
"description": "A high-performance nostr relay, using PostgreSQL",
"description": "The JellyFish-Dezh temp relay",
"author": "codytseng",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/CodyTseng/nostr-relay-nestjs"
"url": "git+https://github.com/dezh-tech/enr-1"
},
"scripts": {
"build": "nest build",
Expand Down
Binary file modified resources/favicon.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion src/nostr/nostr.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export class NostrController {
return res
.status(HttpStatus.OK)
.send(
`Please use a Nostr client to connect. Powered by nostr-relay-nestjs. version: ${this.relayInfoDoc.version} (${this.relayInfoDoc.git_commit_sha})`,
`Please use a Nostr client to connect. Powered by dezh-enr-1. version: ${this.relayInfoDoc.version} (${this.relayInfoDoc.git_commit_sha})`,
);
}

Expand Down

0 comments on commit 6d5ff41

Please sign in to comment.