From e8dc59a82f664eae404630952c940177f9c19684 Mon Sep 17 00:00:00 2001 From: Rokas Puzonas Date: Sat, 6 May 2023 20:25:19 +0300 Subject: [PATCH] update source code url --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.rs b/src/app.rs index 662f5f7..94791b4 100644 --- a/src/app.rs +++ b/src/app.rs @@ -24,7 +24,7 @@ lazy_static! { .expect("Failed to load copy icon") as ColorImage; } -const SOURCE_CODE_URL: &str = "https://example.com"; +const SOURCE_CODE_URL: &str = "https://git.rpuzonas.com/rpuzonas/ubusman"; const VERSION: &str = version!(); const GIT_VERSION: &str = git_version!(args = ["--always", "--dirty=*"]);