diff --git a/Cargo.toml b/Cargo.toml index 14323d2..632bb44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "Software KVM Switch / mouse & keyboard sharing software for Local version = "0.8.0" edition = "2021" license = "GPL-3.0-or-later" -repository = "https://github.com/ferdinandschober/lan-mouse" +repository = "https://github.com/feschber/lan-mouse" [profile.release] strip = true diff --git a/input-capture/Cargo.toml b/input-capture/Cargo.toml index e078d0b..166cd24 100644 --- a/input-capture/Cargo.toml +++ b/input-capture/Cargo.toml @@ -4,7 +4,7 @@ description = "cross-platform input-capture library used by lan-mouse" version = "0.1.0" edition = "2021" license = "GPL-3.0-or-later" -repository = "https://github.com/ferdinandschober/lan-mouse" +repository = "https://github.com/feschber/lan-mouse" [dependencies] futures = "0.3.28" diff --git a/input-emulation/Cargo.toml b/input-emulation/Cargo.toml index 4464482..96220c6 100644 --- a/input-emulation/Cargo.toml +++ b/input-emulation/Cargo.toml @@ -4,7 +4,7 @@ description = "cross-platform input emulation library used by lan-mouse" version = "0.1.0" edition = "2021" license = "GPL-3.0-or-later" -repository = "https://github.com/ferdinandschober/lan-mouse" +repository = "https://github.com/feschber/lan-mouse" [dependencies] async-trait = "0.1.80" diff --git a/input-event/Cargo.toml b/input-event/Cargo.toml index 6d9b0e7..defbaa0 100644 --- a/input-event/Cargo.toml +++ b/input-event/Cargo.toml @@ -4,7 +4,7 @@ description = "cross-platform input-event types for input-capture / input-emulat version = "0.2.0" edition = "2021" license = "GPL-3.0-or-later" -repository = "https://github.com/ferdinandschober/lan-mouse" +repository = "https://github.com/feschber/lan-mouse" [dependencies] futures-core = "0.3.30"