Skip to content

Commit 7a08702

Browse files
authored
Update license to MIT/Apache-2.0 and update contact details (#14)
* update license to MIT and update contact details Closes: #13 Signed-off-by: AltF2 <[email protected]> * Switch to dual license Signed-off-by: AltF2 <[email protected]>
1 parent 0bfa728 commit 7a08702

File tree

4 files changed

+214
-678
lines changed

4 files changed

+214
-678
lines changed

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "mouse-rs"
3-
version = "0.4.1"
4-
authors = ["DankDumpster <[email protected]>"]
3+
version = "0.4.2"
4+
authors = ["AltF2 <[email protected]>"]
55
edition = "2018"
6-
license = "GPL-3.0"
6+
license = "MIT/Apache-2.0"
77
readme = "README.md"
88
homepage = "https://docs.rs/mouse-rs/*/mouse_rs/"
99
description = "Library to control your mouse via rust"
10-
repository = "https://github.com/DankDumpster/mouse-rs"
10+
repository = "https://github.com/AltF02/mouse-rs"
1111
keywords = ["mouse", "input", "winapi"]
1212

1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

0 commit comments

Comments
 (0)