From 1f46e93625cff30eaf63258fcabe4ddc0c243136 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Sun, 20 Feb 2022 00:04:27 +0100 Subject: Updated description --- src/application.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 ".into()]) // .website("https://furtherance.app") .license_type(gtk::License::Gpl30) .build(); -- cgit 1.4.1