diff --git a/Cargo.toml b/Cargo.toml index da3c11e..2679008 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ clap-verbosity-flag = "2.2.2" env_logger = "0.10.0" futures = "0.3.31" log = "0.4.20" -mpvipc-async = { git = "https://git.pvv.ntnu.no/Projects/mpvipc-async.git", rev = "v0.1.0" } +mpvipc-async = { git = "https://git.pvv.ntnu.no/Grzegorz/mpvipc-async.git", rev = "v0.1.0" } sd-notify = "0.4.3" serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.105" diff --git a/README.md b/README.md index ad81ee0..1ed862b 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ New implementation of https://github.com/Programvareverkstedet/grzegorz ```sh # NixOS -nix run "git+https://git.pvv.ntnu.no/Projects/greg-ng#" -- --mpv-socket-path /tmp/mpv.sock +nix run "git+https://git.pvv.ntnu.no/Grzegorz/greg-ng#" -- --mpv-socket-path /tmp/mpv.sock # Other (after git clone and rust toolchain has been set up) cargo run -- --mpv-socket-path /tmp/mpv.sock ``` -See also https://git.pvv.ntnu.no/Projects/grzegorz-clients for frontend alternatives +See also https://git.pvv.ntnu.no/Grzegorz/grzegorz-clients for frontend alternatives ## Debugging