From 8924f088bae9163210e894c4c3ed9eb919adcb83 Mon Sep 17 00:00:00 2001 From: raven <7156279+RavenX8@users.noreply.github.com> Date: Wed, 29 Jan 2025 18:02:58 -0500 Subject: [PATCH] - update: about page updates --- src/about.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/about.rs b/src/about.rs index d9061ba..957fad6 100644 --- a/src/about.rs +++ b/src/about.rs @@ -3,12 +3,12 @@ pub fn about() -> [&'static str; 7] { "This program was designed to replicate the VPC Shift Tool functions \ bundled with the VirPil control software package.", "\n", - "Shift Tool Copyright (C) 2024 RavenX8", + "Shift Tool Copyright (C) 2024-2025 RavenX8", "This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions.", "License: GNU General Public License v3.0", "Author: RavenX8", - "https://github.com/RavenX8/open-vpc", + "https://github.com/RavenX8/vpc-shift-tool", ] } \ No newline at end of file