Rename Soft Vacuum plugin name
This commit is contained in:
parent
f4c3c96364
commit
41b513541d
|
@ -115,7 +115,7 @@ impl Default for SoftVacuum {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Plugin 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 VENDOR: &'static str = "Robbert van der Helm";
|
||||||
const URL: &'static str = env!("CARGO_PKG_HOMEPAGE");
|
const URL: &'static str = env!("CARGO_PKG_HOMEPAGE");
|
||||||
const EMAIL: &'static str = "mail@robbertvanderhelm.nl";
|
const EMAIL: &'static str = "mail@robbertvanderhelm.nl";
|
||||||
|
|
Loading…
Reference in a new issue