diff --git a/Cargo.toml b/Cargo.toml index 57ce488b..76ed0dea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "libnotify" version = "0.4.0" authors = ["Mika Attila "] license = "MIT" -description = "Deprecated in favor of notify-rust" +description = "Rust bindings to libnotify" readme = "README.md" repository = "https://github.com/crumblingstatue/rust-libnotify" documentation = "http://crumblingstatue.github.io/doc/libnotify/libnotify/" diff --git a/README.md b/README.md index 74ef9387..506cc43e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,3 @@ # libnotify-rs Rust binding to libnotify - -This crate is deprecated in favor of [notify-rust](https://docs.rs/notify-rust). - -If you want to adopt this crate, open an issue on GitHub.