We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e95669 commit 9c929b4Copy full SHA for 9c929b4
1 file changed
src/consts.rs
@@ -3,7 +3,7 @@
3
pub const PROG_NAME: &str = "TimeKeeper";
4
pub const PROG_VER: &str = env!("CARGO_PKG_VERSION");
5
pub const PROG_LOGO: &[u8] = include_bytes!("../assets/logo1.png");
6
-pub const PROG_SITE: &str = "https://mskrasnov.github.io/TimeKeeper";
+pub const PROG_SITE: &str = "https://timekeepersoft.github.io/";
7
pub const PROG_REPO: &str = "https://github.com/mskrasnov/TimeKeeper";
8
pub const PROG_CRATES_URL: &str = "https://crates.io/crates/time_keeper";
9
pub const PROG_TELEGRAM: &str = "https://t.me/TimeKeeperSoft";
0 commit comments