temporarily name the package with its github name.

This commit is contained in:
fiatjaf 2023-05-04 09:27:29 -03:00
parent 0031faa65e
commit 25c937a524
No known key found for this signature in database
GPG Key ID: BAD43C4BE5C1A3A1
2 changed files with 2 additions and 2 deletions

View File

@ -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

2
go.mod
View File

@ -1,4 +1,4 @@
module git.fiatjaf.com/nak
module github.com/fiatjaf/nak
go 1.20