From 8fb822aa919e119f3e167faa4f7ce026cc917e1b Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Thu, 27 Aug 2020 23:15:16 +0100 Subject: [PATCH] reflect new location --- README.md | 2 +- go.mod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f8dba8..72aa808 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ MPRIS2 is widely supported, so this component should work with: * Most other music/media players ## Install -`go get github.com/hrfee/waybar-mpris` will install the program, as well as the go dbus bindings and pflags for command-line arguments. +`go get git.hrfee.pw/hrfee/waybar-mpris` will install the program, as well as the go dbus bindings and pflags for command-line arguments. or just grab the `waybar-mpris` binary from here and place it in your PATH. diff --git a/go.mod b/go.mod index 9326004..272b53e 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/hrfee/waybar-mpris +module git.hrfee.pw/hrfee/waybar-mpris go 1.15