From 25c937a524b7deb86b210e31fe431ff81b232621 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Thu, 4 May 2023 09:27:29 -0300 Subject: [PATCH] temporarily name the package with its github name. --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17c71c4..f53267b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ this repository contains two things: ## a command-line tool for decoding and encoding nostr entities -Install with `go install git.fiatjaf.com/nak`. +Install with `go install github.com/fiatjaf/nak`. ### examples diff --git a/go.mod b/go.mod index 3f6e8a8..a962bb3 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module git.fiatjaf.com/nak +module github.com/fiatjaf/nak go 1.20