Update metadata
This commit is contained in:
parent
03059f79c6
commit
08d77ee4ff
@ -5,8 +5,8 @@ authors = ["Mika Attila <radiantstatue@gmail.com>", "Julian Ospald <hasufell@pos
|
|||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "Rust bindings to libnotify"
|
description = "Rust bindings to libnotify"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
repository = "https://github.com/crumblingstatue/rust-libnotify"
|
repository = "https://github.com/hasufell/rust-libnotify"
|
||||||
documentation = "http://crumblingstatue.github.io/doc/libnotify/libnotify/"
|
documentation = "https://hasufell.github.io/rust-libnotify/libnotify/"
|
||||||
keywords = ["libnotify", "notification"]
|
keywords = ["libnotify", "notification"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
|
@ -18,8 +18,13 @@ version = "^0.3.4"
|
|||||||
name = "libnotify_sys"
|
name = "libnotify_sys"
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
|
authors = ["Mika Attila <radiantstatue@gmail.com>", "Julian Ospald <hasufell@posteo.de>"]
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
description = "FFI bindings to libnotify"
|
||||||
|
keywords = ["libnotify", "notification"]
|
||||||
|
license = "MIT"
|
||||||
links = "libnotify"
|
links = "libnotify"
|
||||||
name = "libnotify-sys"
|
name = "libnotify-sys"
|
||||||
|
readme = "README.md"
|
||||||
|
repository = "https://github.com/hasufell/rust-libnotify"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user