diff options
author | midipix <writeonce@midipix.org> | 2016-02-27 15:15:39 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-02-27 15:15:39 -0500 |
commit | 4f3978429459dcbbdf71f321302920893c302cb1 (patch) | |
tree | f2fee2a7bbbd6d49d1be8b7b5a63d4e5f8eeac51 | |
parent | 52d75a91187f1e129081e747503970dc600f9167 (diff) | |
download | sofort-4f3978429459dcbbdf71f321302920893c302cb1.tar.bz2 sofort-4f3978429459dcbbdf71f321302920893c302cb1.tar.xz |
skeleton: use git://localhost as the generated project's default git server.
-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) { |