Mention git.epicalert.xyz as main git server
This commit is contained in:
parent
d43c3916f4
commit
24aa671651
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue