about summary refs log tree commit diff
path: root/src/application.rs
diff options
context:
space:
mode:
authorRicky Kresslein <ricky@kressle.in>2022-02-20 00:04:27 +0100
committerRicky Kresslein <ricky@kressle.in>2022-02-20 00:04:27 +0100
commit1f46e93625cff30eaf63258fcabe4ddc0c243136 (patch)
treecc11d47cedc2ae6f3a2dfdbc776f33e89f2e11bc /src/application.rs
parentac99aca2510eebb83ac9a112849d8788ef67db3d (diff)
downloadFurtherance-1f46e93625cff30eaf63258fcabe4ddc0c243136.tar.zst
Updated description
Diffstat (limited to 'src/application.rs')
-rw-r--r--src/application.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/application.rs b/src/application.rs
index 1f5d345..6c51523 100644
--- a/src/application.rs
+++ b/src/application.rs
@@ -113,7 +113,8 @@ impl FurtheranceApplication {
             .version(config::VERSION)
             .comments("Track your time without being tracked.")
             .copyright("© 2022 Ricky Kresslein")
-            .authors(vec!["Ricky Kresslein".into()])
+            .website("https://lakoliu.com")
+            .authors(vec!["Ricky Kresslein <rk@lakoliu.com>".into()])
             // .website("https://furtherance.app")
             .license_type(gtk::License::Gpl30)
             .build();