summaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index f0bb4f49..148e1f3d 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -7,7 +7,7 @@
//!
//! ```
//! use std::io::Read;
-//! #[macro_use] extern crate openpgp;
+//! #[macro_use] extern crate sequoia_openpgp as openpgp;
//! # use std::io::Result;
//! # fn main() { f().unwrap(); }
//! # fn f() -> Result<()> {
@@ -28,7 +28,7 @@
//! ```
// XXX: It would be nice to re-export the macros too.
-pub extern crate openpgp;
+pub extern crate sequoia_openpgp as openpgp;
pub extern crate sequoia_core as core;
pub extern crate sequoia_net as net;
pub extern crate sequoia_store as store;