From d9dc61cf9092d36a079ae9bd90395fa3b24e8437 Mon Sep 17 00:00:00 2001 From: Mikkeli Matlock Date: Sun, 14 Jun 2026 21:34:06 +0900 Subject: [PATCH] plugin metadata update --- src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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");