Skip to content

Commit

Permalink
common: Change repo url
Browse files Browse the repository at this point in the history
My GitBucket instance kicked the bucket...
  • Loading branch information
dd86k committed Jul 23, 2024
1 parent e972383 commit 781bd89
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common/cli.d
Original file line number Diff line number Diff line change
Expand Up @@ -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"~
" <https://opensource.org/licenses/BSD-3-Clause-Clear>\n"~
"Homepage https://git.dd86k.space/dd86k/alicedbg";
"Homepage https://github.com/dd86k/alicedbg";

puts(page_version);

Expand Down

0 comments on commit 781bd89

Please sign in to comment.