diff options
author | 2021-05-05 12:01:54 +0530 | |
---|---|---|
committer | 2021-05-05 12:01:54 +0530 | |
commit | d867686d07c00f499b99d796cf7ce260b2579050 (patch) | |
tree | a3b89c1d9dd33270f7a1ad5ab3e7190be4fe6c37 | |
parent | 2e33ceeaa8c652809549c58b914c6cf717f5f22c (diff) | |
download | whatsie-d867686d07c00f499b99d796cf7ce260b2579050.tar.gz whatsie-d867686d07c00f499b99d796cf7ce260b2579050.zip |
fixed source repo link in about dialog.
-rwxr-xr-x | snap_launcher/bin/whatsie | bin | 1708240 -> 1708240 bytes | |||
-rw-r--r-- | src/about.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/snap_launcher/bin/whatsie b/snap_launcher/bin/whatsie Binary files differindex 3c6850d..c6bf5ff 100755 --- a/snap_launcher/bin/whatsie +++ b/snap_launcher/bin/whatsie 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"; |