aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--go.mod2
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