diff options
author | Harvey Tindall <hrfee@protonmail.ch> | 2020-08-27 23:15:16 +0100 |
---|---|---|
committer | Harvey Tindall <hrfee@protonmail.ch> | 2020-08-27 23:15:16 +0100 |
commit | 8fb822aa919e119f3e167faa4f7ce026cc917e1b (patch) | |
tree | fb81b96643a8566093e5773d436c4a9978b3bfbc | |
parent | 315b3df656ec2bb38f3b6f326aea8d312775af3b (diff) | |
download | waybar-mpris-8fb822aa919e119f3e167faa4f7ce026cc917e1b.tar.gz waybar-mpris-8fb822aa919e119f3e167faa4f7ce026cc917e1b.zip |
reflect new location
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | go.mod | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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. @@ -1,4 +1,4 @@ -module github.com/hrfee/waybar-mpris +module git.hrfee.pw/hrfee/waybar-mpris go 1.15 |