fix repository url

This commit is contained in:
Ferdinand Schober
2024-07-30 11:04:21 +02:00
parent 376ae50b45
commit dcc9250b6d
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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