From 09e41a59e81f0e4858b33f01d94b0340c4e10fec Mon Sep 17 00:00:00 2001 From: Akshay Date: Mon, 24 Aug 2020 20:06:16 +0530 Subject: rename to isostatic --- src/cli.rs | 2 +- src/service.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/cli.rs b/src/cli.rs index e0b745d..79753d4 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -28,7 +28,7 @@ pub static HELP_TEXT: &'static str = " Usage ----- -hedge [-h | --help] [--port ] [--database ] +isostatic [-h | --help] [--port ] [--database ] Options ------- diff --git a/src/service.rs b/src/service.rs index 2908bc8..0e4d01f 100644 --- a/src/service.rs +++ b/src/service.rs @@ -21,9 +21,9 @@ fn welcome(req: Request) -> Response { let host = _h.as_ref().map(|h| h.as_bytes()).unwrap_or(b""); let text = format!( " -This URL shortening service is powered by hedge. +This URL shortening service is powered by isostatic. - github.com/nerdypepper/hedge + github.com/nerdypepper/isostatic To shorten urls: -- cgit v1.2.3