reflect new location

This commit is contained in:
Harvey Tindall 2020-08-27 23:15:16 +01:00
parent 315b3df656
commit 8fb822aa91
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
2 changed files with 2 additions and 2 deletions

View File

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

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/hrfee/waybar-mpris
module git.hrfee.pw/hrfee/waybar-mpris
go 1.15