From dac1f94b0861f90d076d222ec610b8a59cf043cd Mon Sep 17 00:00:00 2001 From: Shinyzenith Date: Sat, 5 Feb 2022 18:00:36 +0530 Subject: [PATCH] [update] Added \n at the end of contributor names. --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2021c24..065c9d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,9 +3,9 @@ name = "Simple-Wayland-HotKey-Daemon" version = "0.1.0" edition = "2021" authors = [ - "Shinyzenith ", - "Angelo Fallaria ", - "EdenQwQ " + "Shinyzenith \n", + "Angelo Fallaria \n", + "EdenQwQ \n" ] [dependencies]