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