Skip to content

Commit 6ed3491

Browse files
bastimeyerTheAssassin
authored andcommitted
Update project URL in print_help
1 parent 2df896e commit 6ed3491

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/runtime/runtime.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ void print_help(const char* appimage_path) {
696696
"License:\n"
697697
" This executable contains code from\n"
698698
" * runtime, licensed under the terms of\n"
699-
" https://github.com/probonopd/static-tools/blob/master/LICENSE\n"
699+
" https://github.com/AppImage/type2-runtime/blob/main/LICENSE\n"
700700
" * musl libc, licensed under the terms of\n"
701701
" https://git.musl-libc.org/cgit/musl/tree/COPYRIGHT\n"
702702
" * libfuse, licensed under the terms of\n"
@@ -707,7 +707,7 @@ void print_help(const char* appimage_path) {
707707
" https://github.com/facebook/zstd/blob/dev/LICENSE\n"
708708
" * zlib, licensed under the terms of\n"
709709
" https://zlib.net/zlib_license.html\n"
710-
"Please see https://github.com/probonopd/static-tools/\n"
710+
"Please see https://github.com/AppImage/type2-runtime\n"
711711
"for information on how to obtain and build the source code\n", appimage_path);
712712
}
713713

0 commit comments

Comments
 (0)