Mention git.epicalert.xyz as main git server

This commit is contained in:
Epicalert 2021-03-24 00:01:37 +08:00
parent d43c3916f4
commit 24aa671651
No known key found for this signature in database
GPG key ID: CAA46F858D0979BD

View file

@ -2,10 +2,11 @@
#include <config.hpp> #include <config.hpp>
const char* argp_program_version = const char* argp_program_version =
PROJECT_NAME " " VERSION_CODE "\n" PROJECT_NAME " " VERSION_CODE "\n\n"
"License: GPLv3 <https://www.gnu.org/licenses/gpl-3.0.html>\n" "License: GPLv3 <https://www.gnu.org/licenses/gpl-3.0.html>\n"
"If you did not receive a copy of the source code, it is\n" "If you did not receive a copy of the source code, it is\n"
"available at <https://gitlab.com/epicalert/facecam2d.git>."; "available at <git://git.epicalert.xyz/facecam2d.git> or the\n"
"GitLab mirror at <https://gitlab.com/epicalert/facecam2d.git>.";
const struct argp_option options[] = { const struct argp_option options[] = {
//name, key, arg, flags, doc, group //name, key, arg, flags, doc, group