diff options
-rw-r--r-- | HOWTO | 2 | ||||
-rw-r--r-- | src/sofort.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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) { |