瀏覽代碼

Merge pull request #98 from cafkafk/cafkdev-fix-version-flag

fix: update --version info
Christina Sørensen 2 年之前
父節點
當前提交
dd39a419da
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      build.rs

+ 2 - 2
build.rs

@@ -22,8 +22,8 @@ use datetime::{LocalDateTime, ISO};
 fn main() -> io::Result<()> {
     #![allow(clippy::write_with_newline)]
 
-    let tagline = "exa - list files on the command-line";
-    let url     = "https://the.exa.website/";
+    let tagline = "eza - A modern, maintained replacement for ls";
+    let url     = "https://github.com/cafkafk/eza";
 
     let ver =
         if is_debug_build() {