From c55b541a2d993705342b917a3f5f77303ce1fb86 Mon Sep 17 00:00:00 2001 From: Mikel Olasagasti Uranga Date: Tue, 16 Apr 2024 12:36:27 +0200 Subject: [PATCH] Change module name from yory8 to chmouel Also update install instructions. Signed-off-by: Mikel Olasagasti Uranga --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f50a8c..6edc38e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Requirements: - a selector: wofi and bemenu are specially supported, but you can use what you want - notify-send (optional, for desktop notifications) -[Install go](https://golang.org/doc/install), add `$GOPATH/bin` to your path, then run `go get github.com/yory8/clipman` OR run `go install` inside this folder. +[Install go](https://golang.org/doc/install), add `$GOPATH/bin` to your path, then run `go get github.com/chmouel/clipman` OR run `go install` inside this folder. ### Distros diff --git a/go.mod b/go.mod index 810fef6..3c6666a 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/yory8/clipman +module github.com/chmouel/clipman go 1.13