1
0
Fork 0

Rename Soft Vacuum plugin name

This commit is contained in:
Robbert van der Helm 2023-04-02 17:23:09 +02:00
parent f4c3c96364
commit 41b513541d

View file

@ -115,7 +115,7 @@ impl Default for SoftVacuum {
}
impl Plugin for SoftVacuum {
const NAME: &'static str = "Soft Vacuum (Hard Vacuum port)";
const NAME: &'static str = "Soft Vacuum";
const VENDOR: &'static str = "Robbert van der Helm";
const URL: &'static str = env!("CARGO_PKG_HOMEPAGE");
const EMAIL: &'static str = "mail@robbertvanderhelm.nl";