From 781bd89c165dba6a7d979a5d290e9c924e6b9925 Mon Sep 17 00:00:00 2001
From: dd86k
Date: Tue, 23 Jul 2024 11:00:55 -0400
Subject: [PATCH] common: Change repo url
My GitBucket instance kicked the bucket...
---
common/cli.d | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/common/cli.d b/common/cli.d
index f5bcee07..7f44bed1 100644
--- a/common/cli.d
+++ b/common/cli.d
@@ -192,13 +192,13 @@ int cli_build_info() {
//
int cli_version() {
- __gshared immutable(char) *page_version =
- "alicedbg "~FULL_VERSION~"\n"~
+ static immutable(char) *page_version =
+ "Version "~FULL_VERSION~"\n"~
" Built "~__TIMESTAMP__~"\n"~
" "~COPYRIGHT~"\n"~
"License BSD-3-Clause-Clear\n"~
" \n"~
- "Homepage https://git.dd86k.space/dd86k/alicedbg";
+ "Homepage https://github.com/dd86k/alicedbg";
puts(page_version);