diff --git a/src/lib.rs b/src/lib.rs index 0bf6694..f4f6d5c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -57,10 +57,10 @@ impl Default for Codename206Params { } impl Plugin for Codename206 { - const NAME: &'static str = "Codename 206"; - const VENDOR: &'static str = "Mikkeli Matlock"; + const NAME: &'static str = "206 prototype"; + const VENDOR: &'static str = "Novoyuuparosk"; const URL: &'static str = env!("CARGO_PKG_HOMEPAGE"); - const EMAIL: &'static str = "matlockib@gmail.com"; + const EMAIL: &'static str = "mikkeli@novoyuuparosk.org"; const VERSION: &'static str = env!("CARGO_PKG_VERSION");