diff options
author | 2021-05-05 12:01:54 +0530 | |
---|---|---|
committer | 2021-05-05 12:01:54 +0530 | |
commit | d867686d07c00f499b99d796cf7ce260b2579050 (patch) | |
tree | a3b89c1d9dd33270f7a1ad5ab3e7190be4fe6c37 /src/about.cpp | |
parent | 2e33ceeaa8c652809549c58b914c6cf717f5f22c (diff) | |
download | whatsie-d867686d07c00f499b99d796cf7ce260b2579050.tar.gz whatsie-d867686d07c00f499b99d796cf7ce260b2579050.zip |
fixed source repo link in about dialog.
Diffstat (limited to 'src/about.cpp')
-rw-r--r-- | src/about.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/about.cpp b/src/about.cpp index 617e773..8344283 100644 --- a/src/about.cpp +++ b/src/about.cpp @@ -22,7 +22,7 @@ About::About(QWidget *parent) : donateLink = "https://paypal.me/keshavnrj/5"; moreAppsLink = "https://snapcraft.io/search?q=keshavnrj"; - appSourceCodeLink = "https://github.com/whatsie"; + appSourceCodeLink = "https://github.com/keshavbhatt/whatsie"; appRateLink = "snap://whatsie"; |