From 1f46e93625cff30eaf63258fcabe4ddc0c243136 Mon Sep 17 00:00:00 2001 From: Ricky Kresslein Date: Sun, 20 Feb 2022 00:04:27 +0100 Subject: Updated description --- data/com.lakoliu.Furtherance.appdata.xml.in | 2 +- src/application.rs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/data/com.lakoliu.Furtherance.appdata.xml.in b/data/com.lakoliu.Furtherance.appdata.xml.in index fac43de..e1c4d13 100644 --- a/data/com.lakoliu.Furtherance.appdata.xml.in +++ b/data/com.lakoliu.Furtherance.appdata.xml.in @@ -4,6 +4,6 @@ CC0-1.0 GPL-3.0-or-later -

Simple yet powerful time tracking app.

+

Track your time without being tracked.

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