From 4f3978429459dcbbdf71f321302920893c302cb1 Mon Sep 17 00:00:00 2001 From: midipix Date: Feb 27 2016 20:15:39 +0000 Subject: skeleton: use git://localhost as the generated project's default git server. --- diff --git a/HOWTO b/HOWTO index ac3cb13..033ca97 100644 --- a/HOWTO +++ b/HOWTO @@ -30,7 +30,7 @@ step 2: make this your own * include/wonderer/wonderer.h: fix whitespace as needed. -* src/wonderer.c: vermsg[]: replace git://midipix.org +* src/wonderer.c: vermsg[]: replace git://localhost with your own git host. * verify that all went well: diff --git a/src/sofort.c b/src/sofort.c index b7cb22b..f686bbd 100644 --- a/src/sofort.c +++ b/src/sofort.c @@ -9,7 +9,7 @@ | SFRT_DRIVER_VERBOSITY_USAGE #endif -static const char vermsg[] = "%s (git://midipix.org/sofort): commit %s.\n"; +static const char vermsg[] = "%s (git://localhost/sofort): commit %s.\n"; static ssize_t sofort_version(struct sfrt_driver_ctx * dctx) {