plugin metadata update

This commit is contained in:
Mikkeli Matlock
2026-06-14 21:34:06 +09:00
parent e9337473b9
commit d9dc61cf90
+3 -3
View File
@@ -57,10 +57,10 @@ impl Default for Codename206Params {
} }
impl Plugin for Codename206 { impl Plugin for Codename206 {
const NAME: &'static str = "Codename 206"; const NAME: &'static str = "206 prototype";
const VENDOR: &'static str = "Mikkeli Matlock"; const VENDOR: &'static str = "Novoyuuparosk";
const URL: &'static str = env!("CARGO_PKG_HOMEPAGE"); 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"); const VERSION: &'static str = env!("CARGO_PKG_VERSION");