summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--HOWTO2
-rw-r--r--src/sofort.c2
2 files changed, 2 insertions, 2 deletions
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)
{